Removed sys_siglist. Not used.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@161 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#include "protos.h"
|
#include <protos.h>
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
#define RETURN_PATH_HANDLING
|
#define RETURN_PATH_HANDLING
|
||||||
#endif
|
#endif
|
||||||
@@ -77,9 +77,6 @@
|
|||||||
#define POP_TERMINATE '.'
|
#define POP_TERMINATE '.'
|
||||||
|
|
||||||
extern int errno;
|
extern int errno;
|
||||||
extern int sys_nerr;
|
|
||||||
extern char * sys_errlist[];
|
|
||||||
extern char * sys_siglist[];
|
|
||||||
|
|
||||||
#define pop_command pop_parm[0] /* POP command is first token */
|
#define pop_command pop_parm[0] /* POP command is first token */
|
||||||
#define pop_subcommand pop_parm[1] /* POP XTND subcommand is the
|
#define pop_subcommand pop_parm[1] /* POP XTND subcommand is the
|
||||||
|
Reference in New Issue
Block a user