aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strndup.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strndup.c')
-rw-r--r--lib/libc/string/strndup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/strndup.c b/lib/libc/string/strndup.c
index bee944db167a..56034d1732fe 100644
--- a/lib/libc/string/strndup.c
+++ b/lib/libc/string/strndup.c
@@ -16,9 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stddef.h>
#include <stdlib.h>
#include <string.h>