[BusyBox-cvs] busybox/libbb procps.c,1.10,1.11

Erik Andersen andersen at busybox.net
Sat Dec 20 10:23:31 UTC 2003


Update of /var/cvs/busybox/libbb
In directory nail:/tmp/cvs-serv4895/libbb

Modified Files:
	procps.c 
Log Message:
bother.  It seems I can't read.


Index: procps.c
===================================================================
RCS file: /var/cvs/busybox/libbb/procps.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- procps.c	20 Dec 2003 09:17:50 -0000	1.10
+++ procps.c	20 Dec 2003 10:23:28 -0000	1.11
@@ -16,10 +16,6 @@
 
 #include "libbb.h"
 
-#ifndef PAGE_MASK
-#define PAGE_MASK		(~((getpagesize())-1))
-#endif
-
 extern procps_status_t * procps_scan(int save_user_arg0
 #ifdef CONFIG_SELINUX
 	, int use_selinux , security_id_t *sid




More information about the busybox-cvs mailing list