Declare this as `extern' if necessary.
1999-02-10 Martin Baulig <martin@home-of-linux.org> * gnuserv.c (program_invocation_*_name): Declare this as `extern' if necessary.
This commit is contained in:
committed by
Martin Baulig
parent
411a1c8e84
commit
8773604ef1
@@ -1,3 +1,8 @@
|
|||||||
|
1999-02-10 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* gnuserv.c (program_invocation_*_name): Declare this as `extern'
|
||||||
|
if necessary.
|
||||||
|
|
||||||
1998-12-17 Martin Baulig <baulig@merkur.uni-trier.de>
|
1998-12-17 Martin Baulig <baulig@merkur.uni-trier.de>
|
||||||
|
|
||||||
* gnuserv.c: Don't include <gnome-argp.h>.
|
* gnuserv.c: Don't include <gnome-argp.h>.
|
||||||
|
@@ -50,6 +50,10 @@
|
|||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef NEED_DECLARATION_PROGRAM_INVOCATION_NAME
|
||||||
|
extern char *program_invocation_name, *program_invocation_short_name;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_PROGRAM_INVOCATION_SHORT_NAME
|
#ifndef HAVE_PROGRAM_INVOCATION_SHORT_NAME
|
||||||
char *program_invocation_short_name;
|
char *program_invocation_short_name;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user