aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getnetgrent.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-04-25 18:14:39 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-04-25 18:14:39 +0000
commit73c9eb2fbf1b6edf6915b4fb316f064793ba1b4c (patch)
treed0ea9e82223535c86adcfd4cd553d5a91afeac25 /lib/libc/gen/getnetgrent.c
parent780a1fb3cae911ac8ecf180582d59403406f82a0 (diff)
downloadsrc-73c9eb2fbf1b6edf6915b4fb316f064793ba1b4c.tar.gz
src-73c9eb2fbf1b6edf6915b4fb316f064793ba1b4c.zip
#include <string.h> instead of <strings.h>
Notes
Notes: svn path=/head/; revision=95459
Diffstat (limited to 'lib/libc/gen/getnetgrent.c')
-rw-r--r--lib/libc/gen/getnetgrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getnetgrent.c b/lib/libc/gen/getnetgrent.c
index aad2ae9fcfb4..7311fc355845 100644
--- a/lib/libc/gen/getnetgrent.c
+++ b/lib/libc/gen/getnetgrent.c
@@ -41,8 +41,8 @@ static char sccsid[] = "@(#)getnetgrent.c 8.2 (Berkeley) 4/27/95";
__FBSDID("$FreeBSD$");
#include <stdio.h>
-#include <strings.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#ifdef YP