[PATCH] procps.c: Include sys/param.h

Shaun Jackman sjackman at gmail.com
Mon Mar 20 16:04:41 PST 2006


asm/page.h should not be included directly. Use sys/param.h instead.

Cheers,
Shaun

2006-03-20  Shaun Jackman  <sjackman at gmail.com>

	* libbb/procps.c: Include sys/param.h instead of asm/page.h.

Index: libbb/procps.c
===================================================================
--- libbb/procps.c	(revision 14586)
+++ libbb/procps.c	(working copy)
@@ -11,8 +11,8 @@
 #include <dirent.h>
 #include <string.h>
 #include <stdlib.h>
+#include <sys/param.h>
 #include <unistd.h>
-#include <asm/page.h>
 #include <fcntl.h>

 #include "libbb.h"


More information about the busybox mailing list