summaryrefslogtreecommitdiff
path: root/sys/dev/videomode
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/videomode')
-rw-r--r--sys/dev/videomode/edid.c3
-rw-r--r--sys/dev/videomode/modelines2c.awk4
-rw-r--r--sys/dev/videomode/vesagtf.c2
-rw-r--r--sys/dev/videomode/videomode.c3
4 files changed, 3 insertions, 9 deletions
diff --git a/sys/dev/videomode/edid.c b/sys/dev/videomode/edid.c
index 89f833a5ca9..6b92b5a9cd1 100644
--- a/sys/dev/videomode/edid.c
+++ b/sys/dev/videomode/edid.c
@@ -31,9 +31,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-/* __KERNEL_RCSID(0, "$NetBSD: edid.c,v 1.5 2007/03/07 19:56:40 macallan Exp $"); */
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
diff --git a/sys/dev/videomode/modelines2c.awk b/sys/dev/videomode/modelines2c.awk
index 74973a2f9d6..424610ceaf6 100644
--- a/sys/dev/videomode/modelines2c.awk
+++ b/sys/dev/videomode/modelines2c.awk
@@ -1,6 +1,6 @@
#! /usr/bin/awk -f
# $NetBSD: modelines2c.awk,v 1.4 2006/10/26 23:19:50 bjh21 Exp $
-# $OpenBSD: modelines2c.awk,v 1.1 2009/10/08 20:35:44 matthieu Exp $
+# $OpenBSD: modelines2c.awk,v 1.2 2012/12/05 23:20:22 deraadt Exp $
#
# Copyright (c) 2006 Itronix Inc.
# All rights reserved.
@@ -49,7 +49,7 @@ NR == 1 {
printf(" *\t%s\n", VERSION);
printf(" */\n\n");
- printf("#include <sys/cdefs.h>\n");
+ printf("#include <sys/types.h>\n");
printf("#include <dev/videomode/videomode.h>\n\n");
diff --git a/sys/dev/videomode/vesagtf.c b/sys/dev/videomode/vesagtf.c
index 4e1f7a8c4ff..d60de2c0e58 100644
--- a/sys/dev/videomode/vesagtf.c
+++ b/sys/dev/videomode/vesagtf.c
@@ -151,8 +151,6 @@
#ifdef _KERNEL
-#include <sys/cdefs.h>
-
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/videomode/videomode.c b/sys/dev/videomode/videomode.c
index ba5a559a836..2de6364ed77 100644
--- a/sys/dev/videomode/videomode.c
+++ b/sys/dev/videomode/videomode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: videomode.c,v 1.1 2009/10/08 20:35:44 matthieu Exp $ */
+/* $OpenBSD: videomode.c,v 1.2 2012/12/05 23:20:22 deraadt Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -7,7 +7,6 @@
* NetBSD: modelines,v 1.7 2009/01/21 14:40:25 jnemeth Exp
*/
-#include <sys/cdefs.h>
#include <dev/videomode/videomode.h>
/*