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

Collapse All | Expand All

(-)src-old/lib/Liblog/pbs_log.c (-1 / +1 lines)
Lines 109-115 Link Here
109
109
110
/* Global Data */
110
/* Global Data */
111
111
112
extern int errno;
112
#include <errno.h>
113
char log_buffer[LOG_BUF_SIZE];
113
char log_buffer[LOG_BUF_SIZE];
114
char log_directory[_POSIX_PATH_MAX/2];
114
char log_directory[_POSIX_PATH_MAX/2];
115
115
(-)src-old/scheduler.basl/af_resmom.c (-1 / +1 lines)
Lines 103-109 Link Here
103
static char ident[] = "@(#) $RCSfile: af_resmom.c,v $ $Revision: 2.1.10.7 $";
103
static char ident[] = "@(#) $RCSfile: af_resmom.c,v $ $Revision: 2.1.10.7 $";
104
104
105
/* External Variables */
105
/* External Variables */
106
extern int errno;
106
#include <errno.h>
107
107
108
/* External Functions */
108
/* External Functions */
109
extern int
109
extern int
(-)src-old/server/svr_connect.c (-1 / +1 lines)
Lines 113-119 Link Here
113
113
114
struct connect_handle connection[PBS_NET_MAX_CONNECTIONS]; /* used by API */
114
struct connect_handle connection[PBS_NET_MAX_CONNECTIONS]; /* used by API */
115
115
116
extern int		 errno;
116
#include <errno.h>
117
117
118
extern int		 pbs_errno;
118
extern int		 pbs_errno;
119
extern unsigned int	 pbs_server_port_dis;
119
extern unsigned int	 pbs_server_port_dis;

Return to bug 22248