applied Dimitris patches, thanks

This commit is contained in:
Anselm R Garbe 2011-03-06 07:37:21 +00:00
parent fdaf2adbc9
commit efb5435694
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ options:
@echo CC $<
@${CC} -c ${CFLAGS} $<
${OBJ}: config.mk
${OBJ}: config.mk util.c
sic: ${OBJ}
@echo CC -o $@

2
sic.c
View File

@ -9,7 +9,7 @@
#include <unistd.h>
static char *host = "irc.oftc.net";
static char *port = "ircd";
static char *port = "6667";
static char *password;
static char nick[32];
static char bufin[4096];