diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-05-15 22:17:09 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-05-15 22:17:09 +0000 |
commit | 9eed45f9aa727363b4620452dc1e1ac80110dce9 (patch) | |
tree | 0d0819540bdce128736fada6549395b83449ebaf /sys/arch/powerpc | |
parent | 9bdfc2ffe4dcb352f0470279b829c9afe18982fd (diff) |
Remove commented out NetBSD __KERNEL_RCSID macro usage.
ok dlg@ miod@
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/powerpc/in_cksum.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/powerpc/powerpc/in_cksum.c b/sys/arch/powerpc/powerpc/in_cksum.c index 55fc17b4e05..0677f725882 100644 --- a/sys/arch/powerpc/powerpc/in_cksum.c +++ b/sys/arch/powerpc/powerpc/in_cksum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in_cksum.c,v 1.7 2005/05/02 02:39:45 brad Exp $ */ +/* $OpenBSD: in_cksum.c,v 1.8 2008/05/15 22:17:08 brad Exp $ */ /* $NetBSD: in_cksum.c,v 1.7 2003/07/15 02:54:48 lukem Exp $ */ /* @@ -36,11 +36,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if 0 -#include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: in_cksum.c,v 1.7 2003/07/15 02:54:48 lukem Exp $"); -#endif - #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> |