[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
PATCH: compilation error: clients/gopher: HP/UX 10.x GCC
I've reported this before, but patch apparently has not been integrated with
the codebase. HP/UX 10.20 fails compilation of the go500gw.c due to a
misposition of #include directives.
Patch to rectify below. Thanks.
=============
Alan Sparks, IS Engineering Support
<asparks@nss.harris.com>
Harris Communications, Camarillo CA (805) 389-2430
*** go500gw.c.orig Thu Dec 10 10:03:10 1998
--- go500gw.c Thu Dec 10 10:01:59 1998
***************
*** 28,33 ****
--- 28,36 ----
#include <sys/select.h>
#endif /* aix */
+ #include "portable.h"
+ #include "ldapconfig.h"
+
#ifdef USE_SYSCONF
#include <unistd.h>
#endif /* USE_SYSCONF */
***************
*** 35,43 ****
#include "lber.h"
#include "ldap.h"
#include "disptmpl.h"
-
- #include "portable.h"
- #include "ldapconfig.h"
int debug;
int dosyslog;
--- 38,43 ----