From ff31c9236b1fd7465ea9687fc735e8af882e780e Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Tue, 6 Jan 2009 21:31:46 +0000 Subject: Updated to working version of new msec. Conflicts: Makefile cron-sh/security_check.sh share/msec.py --- src/promisc_check/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/promisc_check') diff --git a/src/promisc_check/Makefile b/src/promisc_check/Makefile index 8c87e07..776dde2 100644 --- a/src/promisc_check/Makefile +++ b/src/promisc_check/Makefile @@ -2,7 +2,7 @@ CC=gcc NAME=promisc_check CFLAGS = -ggdb -Wall -Wmissing-prototypes -Wmissing-declarations \ --Wpointer-arith -m486 -O2 -finline-functions -fkeep-inline-functions +-Wpointer-arith -O2 -finline-functions -fkeep-inline-functions OBJ=promisc_check.o -- cgit v1.2.1