rpms/chkrootkit/FC-3 chkrootkit-0.45-includes.patch,NONE,1.1

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Aug 19 13:59:45 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/chkrootkit/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17309

Added Files:
	chkrootkit-0.45-includes.patch 
Log Message:
sync with devel

chkrootkit-0.45-includes.patch:

--- NEW FILE chkrootkit-0.45-includes.patch ---
diff -Nur chkrootkit-0.45-orig/chkproc.c chkrootkit-0.45/chkproc.c
--- chkrootkit-0.45-orig/chkproc.c	2004-09-13 20:39:29.000000000 +0200
+++ chkrootkit-0.45/chkproc.c	2005-03-17 16:48:48.000000000 +0100
@@ -48,6 +48,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <signal.h>
+#include <string.h>
 #if defined(__sun)
 #include <procfs.h>
 #include <fcntl.h>
diff -Nur chkrootkit-0.45-orig/chkwtmp.c chkrootkit-0.45/chkwtmp.c
--- chkrootkit-0.45-orig/chkwtmp.c	2004-09-06 21:24:56.000000000 +0200
+++ chkrootkit-0.45/chkwtmp.c	2005-03-17 16:49:01.000000000 +0100
@@ -17,7 +17,7 @@
    Nelson Murilo, nelson at pangeia.com.br
 */
 
-
+#include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <string.h>




More information about the scm-commits mailing list