diff options
author | 2003-12-16 21:46:22 +0000 | |
---|---|---|
committer | 2003-12-16 21:46:22 +0000 | |
commit | 4d08515457756265e218d9876c1fbd156969617c (patch) | |
tree | 6901da93528876d65a46b37848bbdefe4b80e228 /usr.bin/ftp/domacro.c | |
parent | when a bridge filter rule specifies both src and dst mac address, we do not (diff) | |
download | wireguard-openbsd-4d08515457756265e218d9876c1fbd156969617c.tar.xz wireguard-openbsd-4d08515457756265e218d9876c1fbd156969617c.zip |
for -DSMALL, do not include rcsid[]s
Diffstat (limited to 'usr.bin/ftp/domacro.c')
-rw-r--r-- | usr.bin/ftp/domacro.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/usr.bin/ftp/domacro.c b/usr.bin/ftp/domacro.c index f83c065868a..d622d4bfad0 100644 --- a/usr.bin/ftp/domacro.c +++ b/usr.bin/ftp/domacro.c @@ -1,4 +1,4 @@ -/* $OpenBSD: domacro.c,v 1.9 2003/06/03 02:56:08 millert Exp $ */ +/* $OpenBSD: domacro.c,v 1.10 2003/12/16 21:46:22 deraadt Exp $ */ /* $NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $ */ /* @@ -30,13 +30,9 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)domacro.c 8.3 (Berkeley) 4/2/94"; -#else -static char rcsid[] = "$OpenBSD: domacro.c,v 1.9 2003/06/03 02:56:08 millert Exp $"; -#endif -#endif /* not lint */ +#if !defined(lint) && !defined(SMALL) +static char rcsid[] = "$OpenBSD: domacro.c,v 1.10 2003/12/16 21:46:22 deraadt Exp $"; +#endif /* not lint and not SMALL */ #include <ctype.h> #include <signal.h> |