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

(-)src/config.hh.orig (+2 lines)
Lines 3-8 Link Here
3
#define _CONFIG_HH_
3
#define _CONFIG_HH_
4
#include "structures.hh"
4
#include "structures.hh"
5
5
6
#include <fstream>
7
6
int load_config( const char *cfg_filename, configuration &conf);
8
int load_config( const char *cfg_filename, configuration &conf);
7
int parse_config(fstream &fs, configuration &conf);
9
int parse_config(fstream &fs, configuration &conf);
8
int parse_config_argument(char *argname, uid_t uid, gid_t gid, char *argvalue, configuration &conf);
10
int parse_config_argument(char *argname, uid_t uid, gid_t gid, char *argvalue, configuration &conf);
(-)src/localshell.cxx.orig (+2 lines)
Lines 1-5 Link Here
1
/* $Header: /var/cvsroot/infrastructure/localshellc/src/localshell.cxx,v 1.5 2005/07/18 20:57:21 robbat2 Exp $ */
1
/* $Header: /var/cvsroot/infrastructure/localshellc/src/localshell.cxx,v 1.5 2005/07/18 20:57:21 robbat2 Exp $ */
2
2
3
4
#include <cstring>
3
#include <stdio.h>
5
#include <stdio.h>
4
#include "structures.hh"
6
#include "structures.hh"
5
#include "config.hh"
7
#include "config.hh"
(-)src/config.cxx.orig (+2 lines)
Lines 6-11 Link Here
6
#include "common.hh"
6
#include "common.hh"
7
#include "config.hh"
7
#include "config.hh"
8
8
9
#include <cstdlib>
10
#include <cstring>
9
#include <iostream>
11
#include <iostream>
10
#include <fstream>
12
#include <fstream>
11
#include <map>
13
#include <map>
(-)src/common.cxx.orig (+2 lines)
Lines 1-5 Link Here
1
/* $Header: /var/cvsroot/infrastructure/localshellc/src/common.cxx,v 1.1 2005/07/18 01:03:50 robbat2 Exp $ */
1
/* $Header: /var/cvsroot/infrastructure/localshellc/src/common.cxx,v 1.1 2005/07/18 01:03:50 robbat2 Exp $ */
2
2
3
4
#include <cstring>
3
#include <stdio.h>
5
#include <stdio.h>
4
#include <errno.h>
6
#include <errno.h>
5
#include "structures.hh"
7
#include "structures.hh"

Return to bug 227283