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

Erik Andersen andersen at busybox.net
Sat Dec 20 09:17:53 UTC 2003


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

Modified Files:
	procps.c 
Log Message:
doh!


Index: procps.c
===================================================================
RCS file: /var/cvs/busybox/libbb/procps.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- procps.c	20 Dec 2003 07:26:10 -0000	1.9
+++ procps.c	20 Dec 2003 09:17:50 -0000	1.10
@@ -16,7 +16,7 @@
 
 #include "libbb.h"
 
-#ifndef
+#ifndef PAGE_MASK
 #define PAGE_MASK		(~((getpagesize())-1))
 #endif
 




More information about the busybox-cvs mailing list