diff options
Diffstat (limited to 'usr.sbin/ypserv/yppush/yppush_proc.c')
-rw-r--r-- | usr.sbin/ypserv/yppush/yppush_proc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/yppush/yppush_proc.c b/usr.sbin/ypserv/yppush/yppush_proc.c index 15fc0a3b302..b1ce673c770 100644 --- a/usr.sbin/ypserv/yppush/yppush_proc.c +++ b/usr.sbin/ypserv/yppush/yppush_proc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: yppush_proc.c,v 1.2 1996/05/30 09:53:21 deraadt Exp $ */ + /* * Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -30,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: yppush_proc.c,v 1.1 1996/03/02 03:01:46 dm Exp $"; +static char rcsid[] = "$OpenBSD: yppush_proc.c,v 1.2 1996/05/30 09:53:21 deraadt Exp $"; #endif /* not lint */ #include <stdio.h> |