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

(-)file_not_specified_in_diff (-8 / +8 lines)
Line  Link Here
0
-- a/libutil/args.c
0
++ b/libutil/args.c
Lines 39-45 Link Here
39
#define ARGS_GFIND	3
39
#define ARGS_GFIND	3
40
#define ARGS_BOTH	4
40
#define ARGS_BOTH	4
41
41
42
int type;
42
static int type;
43
const char **argslist;
43
const char **argslist;
44
FILE *ip;
44
FILE *ip;
45
GFIND *gp;
45
GFIND *gp;
46
-- a/libutil/convert.c
46
++ b/libutil/convert.c
Lines 46-52 Link Here
46
46
47
#include "convert.h"
47
#include "convert.h"
48
static int debug = 0;
48
static int debug = 0;
49
int flags;
49
static int flags;
50
50
51
/**
51
/**
52
 * This module converts records before output.
52
 * This module converts records before output.
53
-- a/libutil/gpathop.c
53
++ b/libutil/gpathop.c
Lines 49-55 Link Here
49
static int opened;
49
static int opened;
50
static int created;
50
static int created;
51
51
52
int openflags;
52
static int openflags;
53
void
53
void
54
set_gpath_flags(int flags) {
54
set_gpath_flags(int flags) {
55
	openflags = flags;
55
	openflags = flags;
56
-- a/libutil/version.c
56
++ b/libutil/version.c
Lines 30-36 Link Here
30
#endif
30
#endif
31
#include "version.h"
31
#include "version.h"
32
32
33
const char *copy = "\
33
static const char *copy = "\
34
Copyright (c) %s Tama Communications Corporation\n\
34
Copyright (c) %s Tama Communications Corporation\n\
35
License GPLv3+: GNU GPL version 3 or later <http://www.gnu.org/licenses/gpl.html>\n\
35
License GPLv3+: GNU GPL version 3 or later <http://www.gnu.org/licenses/gpl.html>\n\
36
This is free software; you are free to change and redistribute it.\n\
36
This is free software; you are free to change and redistribute it.\n\

Return to bug 706890