diff options
author | Daniel Dickman <daniel@cvs.openbsd.org> | 2014-05-29 09:16:23 +0000 |
---|---|---|
committer | Daniel Dickman <daniel@cvs.openbsd.org> | 2014-05-29 09:16:23 +0000 |
commit | e28db5d813d02c68f65631976f75bf8208ff4137 (patch) | |
tree | 84b00054d5960f2f3e06327d06fe39b0f9aaa4ed /sys/ddb | |
parent | 10f00783d4054caf18f772d7ba631833548fc268 (diff) |
no more gcc2.
ok miod@
Diffstat (limited to 'sys/ddb')
-rw-r--r-- | sys/ddb/db_structinfo.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/ddb/db_structinfo.c b/sys/ddb/db_structinfo.c index f14c91960e9..8159198e818 100644 --- a/sys/ddb/db_structinfo.c +++ b/sys/ddb/db_structinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_structinfo.c,v 1.9 2014/03/24 03:48:00 guenther Exp $ */ +/* $OpenBSD: db_structinfo.c,v 1.10 2014/05/29 09:16:22 daniel Exp $ */ /* public domain */ /* * This file is intended to be compiled with debug information, @@ -109,7 +109,4 @@ #include <sys/scanio.h> #include <sys/scsiio.h> #include <sys/sockio.h> -/* videoio.h uses anonymous unions which gcc2 doesn't support */ -#if (defined(__GNUC__) && __GNUC__ >= 3) || defined(__PCC__) #include <sys/videoio.h> -#endif |