diff --git a/src/Makefile b/src/Makefile index 56b873c..8435bce 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,5 @@ -CFLAGS=-g -Wall -DSPEAKER +CFLAGS=-g -Wall +#-DSPEAKER # -DDEBUG all: cidserv bcast hex cidserv: cidserv.c diff --git a/src/cidserv.c b/src/cidserv.c index 17a5734..db9dde9 100644 --- a/src/cidserv.c +++ b/src/cidserv.c @@ -20,7 +20,7 @@ #include #include #include -#define VERSION "0.1" +#define VERSION "0.2" #ifdef SPEAKER #include int wantspkr = 1; @@ -32,6 +32,7 @@ int ring = 0, nhosts = 0; char hosts[10][18]; FILE* logfh; char* devi; +static const char rcsid[] = "$Amigan: cidserv/src/cidserv.c,v 1.2 2004/12/23 23:13:05 dcp1990 Exp $"; int modemfd, sfd; struct tm *ct; time_t now;