diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-30 09:53:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-30 09:53:36 +0000 |
commit | e8098bbf458987a911595aeb26743be5872aa9bd (patch) | |
tree | d69e4ec9588a8941442b70557296ac8e69fbf348 /usr.sbin/ypserv/yppush/yppush_xdr.c | |
parent | 186322730aa9b7b1dd126071d0b5afdcf70a1297 (diff) |
$OpenBSD$ tag and few spelling errors
Diffstat (limited to 'usr.sbin/ypserv/yppush/yppush_xdr.c')
-rw-r--r-- | usr.sbin/ypserv/yppush/yppush_xdr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/yppush/yppush_xdr.c b/usr.sbin/ypserv/yppush/yppush_xdr.c index 861c1406b0b..155283e53f1 100644 --- a/usr.sbin/ypserv/yppush/yppush_xdr.c +++ b/usr.sbin/ypserv/yppush/yppush_xdr.c @@ -1,3 +1,5 @@ +/* $OpenBSD: yppush_xdr.c,v 1.2 1996/05/30 09:53:22 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_xdr.c,v 1.1 1996/03/02 03:01:48 dm Exp $"; +static char rcsid[] = "$OpenBSD: yppush_xdr.c,v 1.2 1996/05/30 09:53:22 deraadt Exp $"; #endif #include <rpc/rpc.h> |