|
|
@ -17,26 +17,6 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
--- ./fdisk.c.orig 2004-08-20 03:17:46.327259224 +0000
|
|
|
|
+++ ./fdisk.c 2004-08-20 03:18:11.030503760 +0000
|
|
|
|
@@ -70,13 +70,13 @@
|
|
|
|
|
|
|
|
#include <sys/ioctl.h> |
|
|
|
|
|
|
|
-#include <linux/types.h>
|
|
|
|
+#include "linux/types.h"
|
|
|
|
|
|
|
|
typedef unsigned short kdev_t; /* BAD hack; kdev_t is not exported */ |
|
|
|
|
|
|
|
-#include <linux/genhd.h>
|
|
|
|
-#include <linux/hdreg.h>
|
|
|
|
-#include <linux/fs.h>
|
|
|
|
+#include "linux/genhd.h"
|
|
|
|
+#include "linux/hdreg.h"
|
|
|
|
+#include "linux/fs.h"
|
|
|
|
|
|
|
|
#include "fdisk.h" |
|
|
|
|
|
|
|
--- ./linux/fs.h 1970-01-01 00:00:00.000000000 +0000
|
|
|
|
+++ ./linux/fs.h 2004-08-20 03:20:18.126182280 +0000
|
|
|
|
@@ -0,0 +1,1724 @@
|
|
|
|