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/cats | |
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/cats')
-rw-r--r-- | sys/arch/cats/include/cdefs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/cats/include/cdefs.h b/sys/arch/cats/include/cdefs.h index 254915b785e..ec0b6021cd7 100644 --- a/sys/arch/cats/include/cdefs.h +++ b/sys/arch/cats/include/cdefs.h @@ -1,4 +1,3 @@ -/* $OpenBSD: cdefs.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: cdefs.h,v 1.3 2001/11/25 15:55:55 thorpej Exp $ */ +/* $OpenBSD: cdefs.h,v 1.2 2005/11/24 20:46:44 deraadt Exp $ */ #include <arm/cdefs.h> |