source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.7/mindi-busybox/pbpatch/01-asm-page-fedora-9@ 579

Last change on this file since 579 was 579, checked in by Bruno Cornec, 16 years ago
File size: 437 bytes
Line 
1--- mindi-busybox-1.7.3/util-linux/mkswap.c 2006-09-23 17:32:34.000000000 -0400
2+++ mindi-busybox-1.7.3/util-linux/mkswap.c-new 2008-06-25 11:44:04.000000000 -0400
3@@ -41,8 +41,6 @@
4 #include <fcntl.h>
5 #include <sys/ioctl.h> /* for _IO */
6 #include <sys/utsname.h>
7-#include <asm/page.h> /* for PAGE_SIZE and PAGE_SHIFT */
8- /* we also get PAGE_SIZE via getpagesize() */
9
10 static char *device_name = NULL;
11 static int DEV = -1;
Note: See TracBrowser for help on using the repository browser.