diff options
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; |