summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypset
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-04-02 01:49:18 +0000
committerderaadt <deraadt@openbsd.org>2006-04-02 01:49:18 +0000
commit13d7d7695b8bf4ebc9c8defbd03b86595aedbbe1 (patch)
tree9c7bc7033d0d37c8fd3f5869a6da956011f9b278 /usr.sbin/ypset
parentTo be able to use the maximum number of IDE/SATA disks on an ICH (diff)
downloadwireguard-openbsd-13d7d7695b8bf4ebc9c8defbd03b86595aedbbe1.tar.xz
wireguard-openbsd-13d7d7695b8bf4ebc9c8defbd03b86595aedbbe1.zip
#ifdef lint not LINT
Diffstat (limited to 'usr.sbin/ypset')
-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>