diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-04-14 10:23:38 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-04-14 10:23:38 +0000 |
commit | 8f2a4f9d7e6cda2615350dbfa1497d9ebd6c2c5a (patch) | |
tree | 734f4b89f22259fe7accfc0146ee9b0d4c614f84 /sbin | |
parent | e266ecc83c866a60aa60994cce92ed92b7fd413e (diff) |
shave off a few bytes, alpha floppies fit again now
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dmesg/dmesg.c | 16 | ||||
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 16 |
2 files changed, 2 insertions, 30 deletions
diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index 548be0001e1..b2529d66221 100644 --- a/sbin/dmesg/dmesg.c +++ b/sbin/dmesg/dmesg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dmesg.c,v 1.17 2003/06/02 20:06:14 millert Exp $ */ +/* $OpenBSD: dmesg.c,v 1.18 2005/04/14 10:23:37 henning Exp $ */ /* $NetBSD: dmesg.c,v 1.8 1995/03/18 14:54:49 cgd Exp $ */ /*- @@ -30,20 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1991, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)dmesg.c 8.1 (Berkeley) 6/5/93"; -#else -static char rcsid[] = "$OpenBSD: dmesg.c,v 1.17 2003/06/02 20:06:14 millert Exp $"; -#endif -#endif /* not lint */ - #include <sys/param.h> #include <sys/msgbuf.h> #include <sys/sysctl.h> diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index fa9acab1d7c..e01d0ccf8ba 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.135 2005/04/12 12:15:53 markus Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.136 2005/04/14 10:23:37 henning Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -67,20 +67,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static const char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; -#else -static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.135 2005/04/12 12:15:53 markus Exp $"; -#endif -#endif /* not lint */ - #include <sys/param.h> #include <sys/socket.h> #include <sys/ioctl.h> |