diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-02 01:49:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-02 01:49:20 +0000 |
commit | 8e84cd1748016ef87149449f494d94be8fc0d394 (patch) | |
tree | 53598cc629218c98378eaac6721664f6bee49335 /usr.bin/ypmatch | |
parent | d1c6bc7dec956aadafc485cd816fcc3b0cf5d434 (diff) |
#ifdef lint not LINT
Diffstat (limited to 'usr.bin/ypmatch')
-rw-r--r-- | usr.bin/ypmatch/ypmatch.c | 6 |
1 files changed, 3 insertions, 3 deletions
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> |