summaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
authorDaniel Dickman <daniel@cvs.openbsd.org>2014-05-29 09:16:23 +0000
committerDaniel Dickman <daniel@cvs.openbsd.org>2014-05-29 09:16:23 +0000
commite28db5d813d02c68f65631976f75bf8208ff4137 (patch)
tree84b00054d5960f2f3e06327d06fe39b0f9aaa4ed /sys/ddb
parent10f00783d4054caf18f772d7ba631833548fc268 (diff)
no more gcc2.
ok miod@
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_structinfo.c5
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