repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
multimedia
/
tvtime
/
patches
/
patch-ab
blob
31d817bdb85b5794f7ba1200cdcf5d45fc821e73
1
$NetBSD$
2
3
--- src/videodev.h.orig 2003-07-15 18:46:18.000000000 -0400
4
+++ src/videodev.h
5
@@ -1,7 +1,9 @@
6
#ifndef __LINUX_VIDEODEV_H
7
#define __LINUX_VIDEODEV_H
8
9
+#ifdef __linux__
10
#include <linux/types.h>
11
+#endif
12
13
#define VID_TYPE_CAPTURE 1 /* Can capture */
14
#define VID_TYPE_TUNER 2 /* Can tune */