Usermode - Fixed duplicate definitions of BUFSIZ
authorJohn Hodge <[email protected]>
Sun, 29 Jan 2012 14:48:21 +0000 (22:48 +0800)
committerJohn Hodge <[email protected]>
Sun, 29 Jan 2012 14:48:21 +0000 (22:48 +0800)
Usermode/Applications/irc_src/main.c
Usermode/Applications/telnet_src/main.c

index 20223bb..cf01d60 100644 (file)
@@ -8,8 +8,6 @@
 #include <net.h>\r
 #include <readline.h>\r
 \r
-#define BUFSIZ 1023\r
-\r
 // === TYPES ===\r
 typedef struct sServer {\r
        struct sServer  *Next;\r
index 7733805..3fdbf00 100644 (file)
@@ -7,8 +7,6 @@
 #include <readline.h>\r
 #include <string.h>\r
 \r
-#define BUFSIZ 2048\r
-\r
 // === PROTOTYPES ===\r
  int   main(int argc, char *argv[], char *envp[]);\r
  int   OpenTCP(const char *AddressString, short PortNumber);\r

UCC git Repository :: git.ucc.asn.au