Skip to content

Commit

Permalink
Fixed 'x_TYPE_ARG2' to match prototypes of recv() and send().
Browse files Browse the repository at this point in the history
  • Loading branch information
Gisle Vanem committed Oct 27, 2006
1 parent 812ce0d commit ce935a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config.dos
Expand Up @@ -81,13 +81,13 @@
*/
#define SEND_TYPE_ARG1 int
#define SEND_QUAL_ARG2 const
#define SEND_TYPE_ARG2 char *
#define SEND_TYPE_ARG2 void *
#define SEND_TYPE_ARG3 int
#define SEND_TYPE_ARG4 int
#define SEND_TYPE_RETV int

#define RECV_TYPE_ARG1 int
#define RECV_TYPE_ARG2 char *
#define RECV_TYPE_ARG2 void *
#define RECV_TYPE_ARG3 int
#define RECV_TYPE_ARG4 int
#define RECV_TYPE_RETV int
Expand Down

0 comments on commit ce935a2

Please sign in to comment.