diff options
Diffstat (limited to 'usr.sbin/ypserv/yppush/yppush_proc.c')
-rw-r--r-- | usr.sbin/ypserv/yppush/yppush_proc.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/ypserv/yppush/yppush_proc.c b/usr.sbin/ypserv/yppush/yppush_proc.c index 8e2309f3834..e147ab6edc4 100644 --- a/usr.sbin/ypserv/yppush/yppush_proc.c +++ b/usr.sbin/ypserv/yppush/yppush_proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yppush_proc.c,v 1.8 2003/07/15 06:10:46 deraadt Exp $ */ +/* $OpenBSD: yppush_proc.c,v 1.9 2009/10/27 23:59:58 deraadt Exp $ */ /* * Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> @@ -26,10 +26,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = "$OpenBSD: yppush_proc.c,v 1.8 2003/07/15 06:10:46 deraadt Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <rpcsvc/yp.h> #include <stdio.h> |