diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2004-12-15 06:48:25 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2004-12-15 06:48:25 +0000 |
commit | 141ce01649df5162549c9a7131db467fd519e51e (patch) | |
tree | 3e271a9ff333af5260ac5e75bce631889d2a1e15 /sys/arch/mac68k/dev/if_mcreg.h | |
parent | 9ccd89dc288ca61c89012da10393343c374c6a44 (diff) |
sync with NetBSD but replace hand crafted crc logic with ether_crc32_le()
ok miod@
Diffstat (limited to 'sys/arch/mac68k/dev/if_mcreg.h')
-rw-r--r-- | sys/arch/mac68k/dev/if_mcreg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mac68k/dev/if_mcreg.h b/sys/arch/mac68k/dev/if_mcreg.h index fc9b7c95f72..45d53bab652 100644 --- a/sys/arch/mac68k/dev/if_mcreg.h +++ b/sys/arch/mac68k/dev/if_mcreg.h @@ -1,8 +1,8 @@ -/* $OpenBSD: if_mcreg.h,v 1.1 1998/05/08 22:15:32 gene Exp $ */ -/* $NetBSD: if_mcreg.h,v 1.2 1997/11/07 13:31:18 briggs Exp $ */ +/* $OpenBSD: if_mcreg.h,v 1.2 2004/12/15 06:48:24 martin Exp $ */ +/* NetBSD: if_mcreg.h,v 1.3 2004/03/26 12:15:46 wiz Exp $ */ /*- - * Copyright (c) 1997 David Huang <khym@bga.com> + * Copyright (c) 1997 David Huang <khym@azeotrope.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |