
jan at nessus
Feb 1, 2007, 4:40 PM
Post #1 of 1
(752 views)
Permalink
|
|
NessusClient/nessus Makefile, 1.19, 1.20 xstuff.h, 1.5, NONE xstuff.c, 1.4, NONE
|
|
Update of /usr/local/cvs/NessusClient/nessus In directory raccoon.nessus.org:/tmp/cvs-serv95641 Modified Files: Makefile Removed Files: xstuff.h xstuff.c Log Message: Remove the now unused module xstuff entirely. Index: Makefile =================================================================== RCS file: /usr/local/cvs/NessusClient/nessus/Makefile,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Makefile 1 Feb 2007 22:43:34 -0000 1.19 +++ Makefile 2 Feb 2007 00:40:48 -0000 1.20 @@ -23,7 +23,6 @@ nessus_plugin.o \ comm.o \ sighand.o \ - xstuff.o \ cli.o \ parser.o \ plugin_infos.o \ @@ -272,9 +271,6 @@ attack.o : cflags attack.c globals.h context.h $(CC) $(CFLAGS) $(NESSUS_INCLUDE) -c attack.c - -xstuff.o : cflags xstuff.c globals.h - $(CC) $(CFLAGS) $(NESSUS_INCLUDE) -c xstuff.c cli.o : cflags cli.c cli.h globals.h preferences.h $(CC) $(CFLAGS) $(NESSUS_INCLUDE) -c cli.c --- xstuff.h DELETED --- --- xstuff.c DELETED --- _______________________________________________ Nessus-cvs mailing list Nessus-cvs [at] list http://mail.nessus.org/mailman/listinfo/nessus-cvs
|