diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-24 20:46:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-24 20:46:50 +0000 |
commit | 0bd81c002fb213b540eb7ec7e06421b7a32dacee (patch) | |
tree | 9daa65bef23768b6d027cc7566aaeab8909dce12 /sys/arch/mac68k | |
parent | a44bf7617d9b5f641c1a92ddbb461af565b9f9b9 (diff) |
add lint-specific hacks. at the same time, clean out a lot of ancient
cruft for old compilers and environments. there may be a 2nd round of
polishing after this; ok miod and others
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/include/cdefs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/cdefs.h b/sys/arch/mac68k/include/cdefs.h index 29baa64d01b..cbacbe37e0f 100644 --- a/sys/arch/mac68k/include/cdefs.h +++ b/sys/arch/mac68k/include/cdefs.h @@ -1,5 +1,4 @@ -/* $OpenBSD: cdefs.h,v 1.4 1997/11/30 06:12:23 gene Exp $ */ -/* $NetBSD: cdefs.h,v 1.2 1996/05/05 06:17:34 briggs Exp $ */ +/* $OpenBSD: cdefs.h,v 1.5 2005/11/24 20:46:46 deraadt Exp $ */ #ifndef _MAC68K_CDEFS_H_ #define _MAC68K_CDEFS_H_ |