remove sys/featuretest.h -- why did kleink add it?

This commit is contained in:
perry 1998-02-02 22:07:54 +00:00
parent ac4b4ec31d
commit 883ee70d11
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: string.h,v 1.11 1998/02/02 21:07:57 perry Exp $ */
/* $NetBSD: string.h,v 1.12 1998/02/02 22:07:54 perry Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -49,7 +49,6 @@ typedef _BSD_SIZE_T_ size_t;
#endif
#include <sys/cdefs.h>
#include <sys/featuretest.h>
__BEGIN_DECLS
void *memchr __P((const void *, int, size_t));