diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-04-25 18:14:39 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-04-25 18:14:39 +0000 |
| commit | 73c9eb2fbf1b6edf6915b4fb316f064793ba1b4c (patch) | |
| tree | d0ea9e82223535c86adcfd4cd553d5a91afeac25 /lib/libc | |
| parent | 780a1fb3cae911ac8ecf180582d59403406f82a0 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/getnetgrent.c | 2 |
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 |
