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 | |
parent | d1c6bc7dec956aadafc485cd816fcc3b0cf5d434 (diff) |
#ifdef lint not LINT
-rw-r--r-- | usr.bin/ypcat/ypcat.c | 6 | ||||
-rw-r--r-- | usr.bin/ypmatch/ypmatch.c | 6 | ||||
-rw-r--r-- | usr.bin/ypwhich/ypwhich.c | 6 | ||||
-rw-r--r-- | usr.sbin/ypset/ypset.c | 6 |
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> |