Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 19 years ago
parent
commit
2ad0b36bd9
3 changed files with 3 additions and 23 deletions
  1. +1
    -1
      package/powerpc/mac-fdisk/mac-fdisk.conf
  2. +2
    -2
      package/powerpc/mac-fdisk/mac-fdisk.desc
  3. +0
    -20
      package/powerpc/mac-fdisk/own-kernel-headers.patch

+ 1
- 1
package/powerpc/mac-fdisk/mac-fdisk.conf

@ -20,5 +20,5 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
hook_add prepatch 5 "bzcat $archdir/mac-fdisk_0.1-10.diff.bz2 | patch -p1"
hook_add prepatch 5 "bzcat $archdir/mac-fdisk_0.1-13.diff.bz2 | patch -p1"

+ 2
- 2
package/powerpc/mac-fdisk/mac-fdisk.desc

@ -35,9 +35,9 @@
[L] GPL
[S] Beta
[V] 0.1-10
[V] 0.1-13
[P] X -?---5---9 181.100
[D] 3452460732 mac-fdisk_0.1.orig.tar.gz http://ftp.debian.org/debian/pool/main/m/mac-fdisk/
[D] 1233512592 mac-fdisk_0.1-10.diff.gz http://ftp.debian.org/debian/pool/main/m/mac-fdisk/
[D] 1541305388 mac-fdisk_0.1-13.diff.gz http://ftp.debian.org/debian/pool/main/m/mac-fdisk/

+ 0
- 20
package/powerpc/mac-fdisk/own-kernel-headers.patch

@ -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 @@

Loading…
Cancel
Save