summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/ypcat/ypcat.c6
-rw-r--r--usr.bin/ypmatch/ypmatch.c6
-rw-r--r--usr.bin/ypwhich/ypwhich.c6
-rw-r--r--usr.sbin/ypset/ypset.c6
4 files changed, 12 insertions, 12 deletions
diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c
index 0e1d1057f67..d9337a5e0d7 100644
--- a/usr.bin/ypcat/ypcat.c
+++ b/usr.bin/ypcat/ypcat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypcat.c,v 1.11 2003/07/10 00:06:52 david Exp $ */
+/* $OpenBSD: ypcat.c,v 1.12 2006/04/02 01:49:18 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com>
@@ -26,8 +26,8 @@
* SUCH DAMAGE.
*/
-#ifndef LINT
-static char rcsid[] = "$OpenBSD: ypcat.c,v 1.11 2003/07/10 00:06:52 david Exp $";
+#ifndef lint
+static char rcsid[] = "$OpenBSD: ypcat.c,v 1.12 2006/04/02 01:49:18 deraadt Exp $";
#endif
#include <sys/param.h>
diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c
index 55e83133ebe..caaaa9e89f6 100644
--- a/usr.bin/ypmatch/ypmatch.c
+++ b/usr.bin/ypmatch/ypmatch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypmatch.c,v 1.11 2003/07/10 00:06:52 david Exp $ */
+/* $OpenBSD: ypmatch.c,v 1.12 2006/04/02 01:49:19 deraadt Exp $ */
/* $NetBSD: ypmatch.c,v 1.8 1996/05/07 01:24:52 jtc Exp $ */
/*
@@ -27,8 +27,8 @@
* SUCH DAMAGE.
*/
-#ifndef LINT
-static char rcsid[] = "$OpenBSD: ypmatch.c,v 1.11 2003/07/10 00:06:52 david Exp $";
+#ifndef lint
+static char rcsid[] = "$OpenBSD: ypmatch.c,v 1.12 2006/04/02 01:49:19 deraadt Exp $";
#endif
#include <sys/param.h>
diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c
index 39168b0e1f6..c735a8cb66d 100644
--- a/usr.bin/ypwhich/ypwhich.c
+++ b/usr.bin/ypwhich/ypwhich.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypwhich.c,v 1.16 2003/07/06 23:26:18 deraadt Exp $ */
+/* $OpenBSD: ypwhich.c,v 1.17 2006/04/02 01:49:19 deraadt Exp $ */
/* $NetBSD: ypwhich.c,v 1.6 1996/05/13 02:43:48 thorpej Exp $ */
/*
@@ -27,8 +27,8 @@
* SUCH DAMAGE.
*/
-#ifndef LINT
-static char rcsid[] = "$Id: ypwhich.c,v 1.16 2003/07/06 23:26:18 deraadt Exp $";
+#ifndef lint
+static char rcsid[] = "$Id: ypwhich.c,v 1.17 2006/04/02 01:49:19 deraadt Exp $";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/ypset/ypset.c b/usr.sbin/ypset/ypset.c
index d0ba2ac6e67..0b72d2a578d 100644
--- a/usr.sbin/ypset/ypset.c
+++ b/usr.sbin/ypset/ypset.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypset.c,v 1.13 2004/02/10 07:56:10 otto Exp $ */
+/* $OpenBSD: ypset.c,v 1.14 2006/04/02 01:49:18 deraadt Exp $ */
/* $NetBSD: ypset.c,v 1.8 1996/05/13 02:46:33 thorpej Exp $ */
/*
@@ -27,8 +27,8 @@
* SUCH DAMAGE.
*/
-#ifndef LINT
-static char rcsid[] = "$OpenBSD: ypset.c,v 1.13 2004/02/10 07:56:10 otto Exp $";
+#ifndef lint
+static char rcsid[] = "$OpenBSD: ypset.c,v 1.14 2006/04/02 01:49:18 deraadt Exp $";
#endif
#include <sys/param.h>