summaryrefslogtreecommitdiff
path: root/usr.sbin/ypset/ypset.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-04-02 01:49:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-04-02 01:49:20 +0000
commit8e84cd1748016ef87149449f494d94be8fc0d394 (patch)
tree53598cc629218c98378eaac6721664f6bee49335 /usr.sbin/ypset/ypset.c
parentd1c6bc7dec956aadafc485cd816fcc3b0cf5d434 (diff)
#ifdef lint not LINT
Diffstat (limited to 'usr.sbin/ypset/ypset.c')
-rw-r--r--usr.sbin/ypset/ypset.c6
1 files changed, 3 insertions, 3 deletions
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>