diff options
Diffstat (limited to 'usr.bin/ypcat/ypcat.c')
-rw-r--r-- | usr.bin/ypcat/ypcat.c | 6 |
1 files changed, 3 insertions, 3 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> |