summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/yptest
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-04-03 05:01:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-04-03 05:01:25 +0000
commit167baa6dbeaf7a2b1770b810f3bc927d0ae07723 (patch)
treec31ac5991928356aadf930b29b30dd4c537f01ac /usr.sbin/ypserv/yptest
parentd44b084ee2cb948833f128a82b459f950e44a682 (diff)
spreading the lint love (very minimal things..)
Diffstat (limited to 'usr.sbin/ypserv/yptest')
-rw-r--r--usr.sbin/ypserv/yptest/yptest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypserv/yptest/yptest.c b/usr.sbin/ypserv/yptest/yptest.c
index 854e08cedd1..a6d64976c4a 100644
--- a/usr.sbin/ypserv/yptest/yptest.c
+++ b/usr.sbin/ypserv/yptest/yptest.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: yptest.c,v 1.15 2003/06/02 21:58:27 maja Exp $ */
+/* $OpenBSD: yptest.c,v 1.16 2006/04/03 05:01:24 deraadt Exp $ */
/*
* Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
@@ -26,8 +26,8 @@
* SUCH DAMAGE.
*/
-#ifndef LINT
-static const char rcsid[] = "$OpenBSD: yptest.c,v 1.15 2003/06/02 21:58:27 maja Exp $";
+#ifndef lint
+static const char rcsid[] = "$OpenBSD: yptest.c,v 1.16 2006/04/03 05:01:24 deraadt Exp $";
#endif
#include <stdio.h>