projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor makesock() fixes.
[paraslash.git]
/
error.h
diff --git
a/error.h
b/error.h
index
5db5e17
..
9864b1d
100644
(file)
--- a/
error.h
+++ b/
error.h
@@
-243,6
+243,7
@@
extern const char **para_errlist[];
PARA_ERROR(SENDMSG, "sendmsg() failed"), \
PARA_ERROR(RECVMSG, "recvmsg() failed"), \
PARA_ERROR(SCM_CREDENTIALS, "did not receive SCM credentials"), \
+ PARA_ERROR(MAKESOCK, "makesock error"), \
#define UDP_RECV_ERRORS \