6d218429c5
This is a _simple_ xaw-based TV Program which uses the bttv driver. WWW: http://bytesex.org/xawtv/ from Robert Nagy <thuglife at bsd dot hu>
13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
$OpenBSD: patch-x11_rootv_c,v 1.1.1.1 2003/11/16 16:17:58 sturm Exp $
|
|
--- x11/rootv.c.orig 2003-10-19 20:29:43.000000000 +0200
|
|
+++ x11/rootv.c 2003-10-19 20:29:59.000000000 +0200
|
|
@@ -210,7 +210,7 @@ main(int argc, char *argv[])
|
|
argv+=2;
|
|
} else if (argc > 2 && 0 == strcmp(argv[1],"-station")) {
|
|
if (0 == fork()) {
|
|
- execlp("v4lctl","v4lctl","setstation",argv[2],NULL);
|
|
+ execlp("v4lctl","v4lctl","setstation",argv[2],(void *)NULL);
|
|
exit(1);
|
|
} else {
|
|
wait(&dummy);
|