summaryrefslogtreecommitdiffstats
path: root/share/examples/meteor/rgb24.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-12-08 07:22:42 +0000
committerobrien <obrien@FreeBSD.org>2003-12-08 07:22:42 +0000
commit4867d63660a56522f101639e5641133ac86d1636 (patch)
tree3e5accf15517d8da32000ee0191d592044a8e605 /share/examples/meteor/rgb24.c
parent063a9d177fd4a3e0074c73fd127ef4727ebe59fd (diff)
downloadFreeBSD-src-4867d63660a56522f101639e5641133ac86d1636.zip
FreeBSD-src-4867d63660a56522f101639e5641133ac86d1636.tar.gz
Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr
as these ioctl's aren't MD. This also means they are installed in /usr/include/dev/bktr now. Also provide compatability wrappers for where these headers lived in 4.x.
Diffstat (limited to 'share/examples/meteor/rgb24.c')
-rw-r--r--share/examples/meteor/rgb24.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/examples/meteor/rgb24.c b/share/examples/meteor/rgb24.c
index f296902..ef9dfe7 100644
--- a/share/examples/meteor/rgb24.c
+++ b/share/examples/meteor/rgb24.c
@@ -29,9 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/fcntl.h>
-/*#include <machine/ioctl_meteor.h>*/
-#include "/sys/i386/include/ioctl_meteor.h"
+#include <dev/bktr/ioctl_meteor.h>
extern int errno;
#define ROWS 300
OpenPOWER on IntegriCloud