Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 445958 | Differences between
and this patch

Collapse All | Expand All

(-)a/makegdbm/options.h (-6 lines)
Lines 38-46 Link Here
38
#include "config.h"
38
#include "config.h"
39
#endif
39
#endif
40
40
41
extern gdbm_error gdbm_errno;
42
extern char *gdbm_version;
43
44
#define COPYRIGHT \
41
#define COPYRIGHT \
45
  "(c) 1999 Horms <horms@verge.net.au>\nReleased under the GNU GPL\n"
42
  "(c) 1999 Horms <horms@verge.net.au>\nReleased under the GNU GPL\n"
46
43
Lines 49-57 Link Here
49
  int undo;
46
  int undo;
50
} makegdbm_options_t; 
47
} makegdbm_options_t; 
51
48
52
extern char *optarg;
53
extern int optind, opterr, optopt;
54
55
makegdbm_options_t makegdbm_options(int argc, char **argv);
49
makegdbm_options_t makegdbm_options(int argc, char **argv);
56
void usage(int exit_status);
50
void usage(int exit_status);
57
void version(void);
51
void version(void);
(-)a/perdition/db/gdbm/perditiondb_gdbm.h (-3 lines)
Lines 30-38 Link Here
30
#include <ctype.h>
30
#include <ctype.h>
31
#include <gdbm.h>
31
#include <gdbm.h>
32
32
33
extern gdbm_error gdbm_errno;
34
extern char *gdbm_version;
35
36
#ifndef PERDITIONDB_GDBM_SYSCONFDIR
33
#ifndef PERDITIONDB_GDBM_SYSCONFDIR
37
#define PERDITIONDB_GDBM_SYSCONFDIR "/usr/local/etc/perdition"
34
#define PERDITIONDB_GDBM_SYSCONFDIR "/usr/local/etc/perdition"
38
#endif
35
#endif

Return to bug 445958