memchr.c (348238dbd42306d9fb5d89ab393b840572cfeb0f) | memchr.c (51369649b03ece2aed3eb61b0c8214b9aa5b2fa2) |
---|---|
1/*- | 1/*- |
2 * SPDX-License-Identifier: BSD-3-Clause 3 * |
|
2 * Copyright (c) 1990, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * This code is derived from software contributed to Berkeley by 6 * Chris Torek. 7 * 8 * Redistribution and use in source and binary forms, with or without 9 * modification, are permitted provided that the following conditions --- 42 unchanged lines hidden --- | 4 * Copyright (c) 1990, 1993 5 * The Regents of the University of California. All rights reserved. 6 * 7 * This code is derived from software contributed to Berkeley by 8 * Chris Torek. 9 * 10 * Redistribution and use in source and binary forms, with or without 11 * modification, are permitted provided that the following conditions --- 42 unchanged lines hidden --- |