Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 19302
Collapse All | Expand All

(-)gpart-0.1h/src/l64seek.c (-1 / +1 lines)
Lines 15-21 Link Here
15
 */
15
 */
16
16
17
#include "l64seek.h"
17
#include "l64seek.h"
18
18
#include <errno.h>
19
19
20
#define OSTACKLEN	16
20
#define OSTACKLEN	16
21
static struct
21
static struct
(-)gpart-0.1h/src/disku.c (+1 lines)
Lines 20-25 Link Here
20
#include <string.h>
20
#include <string.h>
21
#include <sys/ioctl.h>
21
#include <sys/ioctl.h>
22
#include "gpart.h"
22
#include "gpart.h"
23
#include <errno.h>
23
24
24
#if defined(__linux__)
25
#if defined(__linux__)
25
#include <sys/mount.h>
26
#include <sys/mount.h>

Return to bug 19302