]> git.sesse.net Git - vlc/blobdiff - evc/errno.h
* update libtwolame to 0.3.9 allows a simplification of our patch, as darwin9 linker...
[vlc] / evc / errno.h
old mode 100755 (executable)
new mode 100644 (file)
index 33e975f..1c5295d
@@ -1,7 +1,7 @@
 #ifndef _ERRNO_H_
 #define _ERRNO_H_
 
-static int errno;
+static int errno = 0;
 #define strerror( i_err ) "error message not available"
 
 /* Error Codes */