]> git.pld-linux.org Git - packages/dosfstools.git/commitdiff
obsoleted
authorArtur Frysiak <artur@frysiak.net>
Wed, 29 Nov 2000 11:12:16 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dosfstools-288.patch -> 1.2
    dosfstools-linux24.patch -> 1.2
    dosfstools-llseek.patch -> 1.2

dosfstools-288.patch [deleted file]
dosfstools-linux24.patch [deleted file]
dosfstools-llseek.patch [deleted file]

diff --git a/dosfstools-288.patch b/dosfstools-288.patch
deleted file mode 100644 (file)
index 54aab75..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- dosfstools-2.2/mkdosfs/mkdosfs.c.2.88      Wed Sep 29 12:58:40 1999
-+++ dosfstools-2.2/mkdosfs/mkdosfs.c   Wed Sep 29 12:59:13 1999
-@@ -627,6 +627,10 @@ establish_params (int device_num,int siz
-             param.sect = 18;
-             param.head = 2;
-             break;
-+          case 5760:
-+            param.sect = 36;
-+            param.head = 2;
-+            break;
-           default:
-             /* fake values */
-             param.sect = 32;
diff --git a/dosfstools-linux24.patch b/dosfstools-linux24.patch
deleted file mode 100644 (file)
index d2ece17..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
---- dosfstools-2.2/dosfsck/dosfsck.h.linux24   Fri Jul  2 08:38:27 1999
-+++ dosfstools-2.2/dosfsck/dosfsck.h   Thu Jun 15 17:51:47 2000
-@@ -11,6 +11,7 @@
- #include <sys/types.h>
- #define _LINUX_STAT_H         /* hack to avoid inclusion of <linux/stat.h> */
-+#define _LINUX_STRING_H_        /* hack to avoid inclusion of <linux/string.h> */
- #include <linux/msdos_fs.h>
- /* 2.1 kernels use le16_to_cpu() type functions for CF_LE_W & Co., but don't
---- dosfstools-2.2/dosfsck/boot.c.linux24      Tue May 11 04:51:06 1999
-+++ dosfstools-2.2/dosfsck/boot.c      Thu Jun 15 17:51:47 2000
-@@ -8,6 +8,7 @@
- #include <stdio.h>
- #include <string.h>
- #include <sys/types.h>
-+#define _LINUX_STRING_H_
- #include <linux/msdos_fs.h>
- #include "common.h"
---- dosfstools-2.2/dosfsck/fat.c.linux24       Thu Jun 15 17:52:34 2000
-+++ dosfstools-2.2/dosfsck/fat.c       Thu Jun 15 17:52:53 2000
-@@ -11,6 +11,7 @@
- #include <string.h>
- #include <unistd.h>
-+#define _LINUX_STRING_H_        /* hack to avoid inclusion of <linux/string.h> */
- #include <linux/msdos_fs.h>
- #include "common.h"
---- dosfstools-2.2/dosfsck/file.c.linux24      Thu Jun 15 17:53:07 2000
-+++ dosfstools-2.2/dosfsck/file.c      Thu Jun 15 17:53:14 2000
-@@ -12,6 +12,7 @@
- #include <ctype.h>
- #include <unistd.h>
-+#define _LINUX_STRING_H_        /* hack to avoid inclusion of <linux/string.h> */
- #include <linux/msdos_fs.h>
- #include "common.h"
---- dosfstools-2.2/dosfsck/file.h.linux24      Thu Jun 15 17:53:19 2000
-+++ dosfstools-2.2/dosfsck/file.h      Thu Jun 15 17:53:24 2000
-@@ -6,6 +6,7 @@
- #ifndef _FILE_H
- #define _FILE_H
-+#define _LINUX_STRING_H_        /* hack to avoid inclusion of <linux/string.h> */
- #include <linux/msdos_fs.h>
diff --git a/dosfstools-llseek.patch b/dosfstools-llseek.patch
deleted file mode 100644 (file)
index 19f3f7a..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
---- dosfstools-2.1/mkdosfs/mkdosfs.c.llseek    Mon Aug 16 11:44:06 1999
-+++ dosfstools-2.1/mkdosfs/mkdosfs.c   Mon Aug 16 11:44:50 1999
-@@ -95,9 +95,10 @@
- /* Use the _llseek system call directly, because there (once?) was a bug in
-  * the glibc implementation of it. */
- #include <linux/unistd.h>
--#ifndef __NR__llseek
--#error _llseek system call not present
--#endif
-+#if !defined(__alpha__) && !defined(__ia64__)
-+# ifndef __NR__llseek
-+#  error _llseek system call not present
-+# endif
- static _syscall5( int, _llseek, uint, fd, ulong, hi, ulong, lo,
-                 loff_t *, res, uint, wh );
-@@ -109,6 +110,8 @@
-       return (loff_t)-1;
-     return actual;
- }
-+
-+#endif /* __alpha__ && __ia64__ */
- /* Constant definitions */
---- dosfstools-2.1/dosfsck/io.c.llseek Mon Aug 16 11:49:35 1999
-+++ dosfstools-2.1/dosfsck/io.c        Mon Aug 16 11:48:44 1999
-@@ -42,9 +42,10 @@
- /* Use the _llseek system call directly, because there (once?) was a bug in
-  * the glibc implementation of it. */
- #include <linux/unistd.h>
--#ifndef __NR__llseek
--#error _llseek system call not present
--#endif
-+#if !defined(__alpha__) && !defined(__ia64)
-+# ifndef __NR__llseek
-+#  error _llseek system call not present
-+# endif
- static _syscall5( int, _llseek, uint, fd, ulong, hi, ulong, lo,
-                 loff_t *, res, uint, wh );
-@@ -57,6 +58,7 @@
-     return actual;
- }
-+#endif /* __alpha__ && __ia64__ */
- void fs_open(char *path,int rw)
- {
This page took 0.060252 seconds and 4 git commands to generate.