]> git.pld-linux.org Git - packages/gpart.git/commitdiff
- add errno.h
authorareq <areq@pld-linux.org>
Sun, 16 Mar 2003 17:43:59 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpart-errno.patch -> 1.1

gpart-errno.patch [new file with mode: 0644]

diff --git a/gpart-errno.patch b/gpart-errno.patch
new file mode 100644 (file)
index 0000000..61f41df
--- /dev/null
@@ -0,0 +1,23 @@
+diff -Nur gpart-0.1h.org/src/disku.c gpart-0.1h/src/disku.c
+--- gpart-0.1h.org/src/disku.c Wed Feb  7 19:04:07 2001
++++ gpart-0.1h/src/disku.c     Sun Mar 16 11:20:39 2003
+@@ -19,6 +19,8 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <sys/ioctl.h>
++#include <errno.h>
++
+ #include "gpart.h"
+ #if defined(__linux__)
+diff -Nur gpart-0.1h.org/src/l64seek.c gpart-0.1h/src/l64seek.c
+--- gpart-0.1h.org/src/l64seek.c       Wed Dec 13 22:54:11 2000
++++ gpart-0.1h/src/l64seek.c   Sun Mar 16 11:23:03 2003
+@@ -14,6 +14,7 @@
+  *
+  */
++#include <errno.h>
+ #include "l64seek.h"
This page took 0.083083 seconds and 4 git commands to generate.