You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-block/gpart/files/gpart-0.1h-errno.patch

21 lines
384 B

--- gpart-0.1h/src/l64seek.c
+++ gpart-0.1h-working/src/l64seek.c
@@ -16,6 +16,7 @@
#include "l64seek.h"
+#include <errno.h>
#define OSTACKLEN 16
static struct
--- gpart-0.1h/src/disku.c
+++ gpart-0.1h-working/src/disku.c
@@ -20,6 +20,7 @@
#include <string.h>
#include <sys/ioctl.h>
#include "gpart.h"
+#include <errno.h>
#if defined(__linux__)
#include <sys/mount.h>