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/ypxfr/ypxfr.c | |
parent | 186322730aa9b7b1dd126071d0b5afdcf70a1297 (diff) |
$OpenBSD$ tag and few spelling errors
Diffstat (limited to 'usr.sbin/ypserv/ypxfr/ypxfr.c')
-rw-r--r-- | usr.sbin/ypserv/ypxfr/ypxfr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/ypxfr/ypxfr.c b/usr.sbin/ypserv/ypxfr/ypxfr.c index 693fdc16073..b539372a07f 100644 --- a/usr.sbin/ypserv/ypxfr/ypxfr.c +++ b/usr.sbin/ypserv/ypxfr/ypxfr.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ypxfr.c,v 1.6 1996/05/30 09:53:35 deraadt Exp $ */ + /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -30,7 +32,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: ypxfr.c,v 1.5 1996/03/02 04:55:02 dm Exp $"; +static char rcsid[] = "$OpenBSD: ypxfr.c,v 1.6 1996/05/30 09:53:35 deraadt Exp $"; #endif #include <stdio.h> |