diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-05-01 06:49:43 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-05-01 06:49:43 +0000 |
| commit | 37436e4075586d406530e51b2db4e21c490f73b5 (patch) | |
| tree | b08758c4e14a66a51c343e2dd76bb0c2b6bb0419 /sbin | |
| parent | 29ea697d8a504bd4018486ff5c415f7b31c37d0a (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/nfsd/nfsd.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/nfsd/nfsd.c b/sbin/nfsd/nfsd.c index 86e145c3e5724..3cc56d8310a42 100644 --- a/sbin/nfsd/nfsd.c +++ b/sbin/nfsd/nfsd.c @@ -38,7 +38,7 @@ static const char copyright[] = "@(#) Copyright (c) 1989, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; -#endif not lint +#endif /* not lint */ #ifndef lint #if 0 @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)nfsd.c 8.9 (Berkeley) 3/29/95"; #endif static const char rcsid[] = "$FreeBSD$"; -#endif not lint +#endif /* not lint */ #include <sys/param.h> #include <sys/syslog.h> @@ -69,7 +69,7 @@ static const char rcsid[] = #include <signal.h> #include <stdio.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include <unistd.h> #include <netdb.h> @@ -741,6 +741,7 @@ setbindhost(struct addrinfo **ai, const char *bindhost, struct addrinfo hints) } break; default: + break; } } |
