source:
npl/commonservers/ucspi-tcp/ucspi-tcp-0.88.errno.patch
@
c5c522c
Last change on this file since c5c522c was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 330 bytes |
-
ucspi-tcp-0.88
diff -u ucspi-tcp-0.88.old/error.h ucspi-tcp-0.88/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.