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

(-)file_not_specified_in_diff (-6 / +9 lines)
Line  Link Here
0
-- a/support/include/nfslib.h
0
++ b/support/include/nfslib.h
Lines 53-58 Link Here
53
	char *lockfn;
53
	char *lockfn;
54
};
54
};
55
55
56
struct state_paths etab;
57
struct state_paths rmtab;
58
56
/* Maximum number of security flavors on an export: */
59
/* Maximum number of security flavors on an export: */
57
#define SECFLAVOR_COUNT 8
60
#define SECFLAVOR_COUNT 8
58
61
59
-- a/utils/exportfs/exportfs.c
62
++ b/utils/exportfs/exportfs.c
Lines 51-57 Link Here
51
static const char *lockfile = EXP_LOCKFILE;
51
static const char *lockfile = EXP_LOCKFILE;
52
static int _lockfd = -1;
52
static int _lockfd = -1;
53
53
54
struct state_paths etab;
54
extern struct state_paths etab;
55
55
56
/*
56
/*
57
 * If we aren't careful, changes made by exportfs can be lost
57
 * If we aren't careful, changes made by exportfs can be lost
58
-- a/utils/mountd/mountd.c
58
++ b/utils/mountd/mountd.c
Lines 41-48 Link Here
41
int manage_gids;
41
int manage_gids;
42
int use_ipaddr = -1;
42
int use_ipaddr = -1;
43
43
44
struct state_paths etab;
44
extern struct state_paths etab;
45
struct state_paths rmtab;
45
extern struct state_paths rmtab;
46
46
47
/* PRC: a high-availability callout program can be specified with -H
47
/* PRC: a high-availability callout program can be specified with -H
48
 * When this is done, the program will receive callouts whenever clients
48
 * When this is done, the program will receive callouts whenever clients

Return to bug 636854