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