source:
npl/internetserver/djbdns/err.patch
@
9c8fcb1
Last change on this file since 9c8fcb1 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 327 bytes |
-
djbdns-1.
diff -ur djbdns-1.05/error.h djbdns-1.05-patched/error.h
old new 1 1 #ifndef ERROR_H 2 2 #define ERROR_H 3 3 4 extern int errno; 4 #include <errno.h> 5 5 6 6 extern int error_intr; 7 7 extern int error_nomem;
Note: See TracBrowser
for help on using the repository browser.