diff --git a/xcid/src/Makefile b/xcid/src/Makefile index f2f2436..4bb8c0b 100644 --- a/xcid/src/Makefile +++ b/xcid/src/Makefile @@ -1,3 +1,4 @@ +# $Amigan: cidserv/xcid/src/Makefile,v 1.2 2004/12/23 23:11:50 dcp1990 Exp $ #gcc -g -I/usr/X11R6/include -L/usr/X11R6/lib -lXt -lX11 -lXaw -o xcid xcid.c network.c wind.c CFLAGS=-g -Wall CC=gcc diff --git a/xcid/src/xcid.c b/xcid/src/xcid.c index c48ab49..6743b61 100644 --- a/xcid/src/xcid.c +++ b/xcid/src/xcid.c @@ -26,12 +26,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ +/* $Amigan: cidserv/xcid/src/xcid.c,v 1.3 2004/12/23 23:11:50 dcp1990 Exp $ */ #include #include #include #include char* servaddr; int start_netloop (void); +static const char rcsid[] = "$Amigan: cidserv/xcid/src/xcid.c,v 1.3 2004/12/23 23:11:50 dcp1990 Exp $"; int main (int argc, char *argv[])