]> git.pld-linux.org Git - packages/gpart.git/blob - gpart-errno.patch
- add x86_64.patch (now build on amd64)
[packages/gpart.git] / gpart-errno.patch
1 diff -Nur gpart-0.1h.org/src/disku.c gpart-0.1h/src/disku.c
2 --- gpart-0.1h.org/src/disku.c  Wed Feb  7 19:04:07 2001
3 +++ gpart-0.1h/src/disku.c      Sun Mar 16 11:20:39 2003
4 @@ -19,6 +19,8 @@
5  #include <stdio.h>
6  #include <string.h>
7  #include <sys/ioctl.h>
8 +#include <errno.h>
9 +
10  #include "gpart.h"
11  
12  #if defined(__linux__)
13 diff -Nur gpart-0.1h.org/src/l64seek.c gpart-0.1h/src/l64seek.c
14 --- gpart-0.1h.org/src/l64seek.c        Wed Dec 13 22:54:11 2000
15 +++ gpart-0.1h/src/l64seek.c    Sun Mar 16 11:23:03 2003
16 @@ -14,6 +14,7 @@
17   *
18   */
19  
20 +#include <errno.h>
21  #include "l64seek.h"
22  
23  
This page took 0.041223 seconds and 3 git commands to generate.