diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 |
commit | 1784d64eb85eb63599204bb31b826970b6661e65 (patch) | |
tree | 31089dd6c9e4a7feeac25f24574e6269b75f5db0 /usr.sbin/ypserv/yp_error.c | |
parent | fe49c1266233ddc2306072aefb4e1c1d045060fe (diff) |
Diffstat (limited to 'usr.sbin/ypserv/yp_error.c')
-rw-r--r-- | usr.sbin/ypserv/yp_error.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/yp_error.c b/usr.sbin/ypserv/yp_error.c index 0dac2f5324f8e..3e4fcc1e06621 100644 --- a/usr.sbin/ypserv/yp_error.c +++ b/usr.sbin/ypserv/yp_error.c @@ -34,7 +34,7 @@ * error logging/reporting facilities * stolen from /usr/libexec/mail.local via ypserv * - * $Id: yp_error.c,v 1.3 1996/05/01 02:36:34 wpaul Exp $ + * $Id: yp_error.c,v 1.3 1996/05/31 16:01:50 wpaul Exp $ */ #include <stdio.h> @@ -42,7 +42,7 @@ #include <syslog.h> #ifndef lint -static const char rcsid[] = "$Id: yp_error.c,v 1.3 1996/05/01 02:36:34 wpaul Exp $"; +static const char rcsid[] = "$Id: yp_error.c,v 1.3 1996/05/31 16:01:50 wpaul Exp $"; #endif int debug; |