aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/memchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/memchr.c')
-rw-r--r--lib/libc/string/memchr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c
index 4b5d6f6a4c8a..367eac5108c1 100644
--- a/lib/libc/string/memchr.c
+++ b/lib/libc/string/memchr.c
@@ -22,9 +22,6 @@
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <limits.h>
#include <stdint.h>
#include <string.h>