From 7a6d9c1d126d15b1a51603e15e0c6c688851e2da Mon Sep 17 00:00:00 2001 From: dcp1990 Date: Thu, 23 Dec 2004 23:13:05 +0000 Subject: [PATCH] tag --- src/Makefile | 3 ++- src/cidserv.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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;