projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Get rid of E_SEND.
[paraslash.git]
/
error.h
diff --git
a/error.h
b/error.h
index
c420f49
..
07821c2
100644
(file)
--- a/
error.h
+++ b/
error.h
@@
-173,7
+173,6
@@
extern const char **para_errlist[];
#define NET_ERRORS \
- PARA_ERROR(SEND, "send error"), \
PARA_ERROR(SOCKET, "socket error"), \
PARA_ERROR(CONNECT, "connect error"), \
PARA_ERROR(ACCEPT, "accept error"), \