diff options
author | charnier <charnier@FreeBSD.org> | 1997-10-29 07:25:05 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-10-29 07:25:05 +0000 |
commit | 24e614e49c313df771b3e53f2b7e9f0babf0fff0 (patch) | |
tree | 8fc9203802250babef065ef17bdcacc1fe8f311b /usr.sbin/ypserv/yp_error.c | |
parent | 941e2045a2c71da41fadec9bfed70cb37decf91d (diff) | |
download | FreeBSD-src-24e614e49c313df771b3e53f2b7e9f0babf0fff0.zip FreeBSD-src-24e614e49c313df771b3e53f2b7e9f0babf0fff0.tar.gz |
Typos in man page. Cosmetics in error strings.
Diffstat (limited to 'usr.sbin/ypserv/yp_error.c')
-rw-r--r-- | usr.sbin/ypserv/yp_error.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/ypserv/yp_error.c b/usr.sbin/ypserv/yp_error.c index 8d92cf5..94adf32 100644 --- a/usr.sbin/ypserv/yp_error.c +++ b/usr.sbin/ypserv/yp_error.c @@ -30,21 +30,21 @@ * SUCH DAMAGE. * */ + +#ifndef lint +static const char rcsid[] = + "$Id$"; +#endif /* not lint */ + /* * error logging/reporting facilities * stolen from /usr/libexec/mail.local via ypserv - * - * $Id$ */ #include <stdio.h> #include <sys/types.h> #include <syslog.h> -#ifndef lint -static const char rcsid[] = "$Id$"; -#endif - int debug; extern int _rpcpmstart; |