summaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-08 08:24:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-08 08:24:52 +0000
commit9a887c22a316f9b94faed82ec7af6c138ff71262 (patch)
tree34d48070bf99cee6978a8ea7a8bf1a5c05b5c890 /usr.sbin/ypbind
parent6d88232e74ed1a62db50f574c0b1223bdf32e39c (diff)
mod headers
Diffstat (limited to 'usr.sbin/ypbind')
-rw-r--r--usr.sbin/ypbind/Makefile2
-rw-r--r--usr.sbin/ypbind/ypbind.c4
2 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ypbind/Makefile b/usr.sbin/ypbind/Makefile
index 005b4170c77..9eac6a42370 100644
--- a/usr.sbin/ypbind/Makefile
+++ b/usr.sbin/ypbind/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.3 1996/06/08 08:24:47 deraadt Exp $
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
-# $Id: Makefile,v 1.2 1995/10/18 10:58:53 deraadt Exp $
PROG= ypbind
MAN= ypbind.8
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c
index d9756370818..0f9b7c9db6c 100644
--- a/usr.sbin/ypbind/ypbind.c
+++ b/usr.sbin/ypbind/ypbind.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: ypbind.c,v 1.7 1996/06/08 08:24:51 deraadt Exp $ */
+
/*
* Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com>
* All rights reserved.
@@ -31,7 +33,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$Id: ypbind.c,v 1.6 1996/05/24 11:43:36 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: ypbind.c,v 1.7 1996/06/08 08:24:51 deraadt Exp $";
#endif
#include <sys/param.h>