You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
317 B
12 lines
317 B
4 years ago
|
--- zvbi-0.2.25/src/chains.c.orig 2007-03-09 05:11:52.000000000 +0000
|
||
|
+++ zvbi-0.2.25/src/chains.c 2007-08-23 21:29:44.000000000 +0100
|
||
|
@@ -168,7 +168,7 @@
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
-int open(const char *pathname, int flags, ...)
|
||
|
+int (open)(const char *pathname, int flags, ...)
|
||
|
{
|
||
|
va_list args;
|
||
|
mode_t mode = 0;
|