fixes to 2.0.3 for HPUX 10.10

Peter Farmer peter_farmer at email.com
Thu May 6 18:29:06 GMT 1999


Guys,

I just had to patch 2.0.3 to compile correctly under HPUX 10.10 (with
all recommended patches). The problems arose in passdb/pass_check.c
and were to do with picking up the correct include files. From rcsdiff
:

*** /var/tmp/,RCSt1a25238       Fri May  7 04:09:50 1999
--- pass_check.c        Fri May  7 04:08:40 1999
***************
*** 24,29

  #include "includes.h"


  extern int DEBUGLEVEL;


--- 24,39 -----

  #include "includes.h"

+ #ifdef  _HPUX_SOURCE
+ #ifdef HAVE_GETSPNAM
+ #include <shadow.h>
+ #endif
+ #ifdef HAVE_BIGCRYPT
+ #include <hpsecurity.h>
+ #include <prot.h>
+ #endif
+ #endif
+

  extern int DEBUGLEVEL;


Apart from that it was the usual SMOOOOTH compile and install that
I've come to expect from the Samba team.
Thanks once again Tridge.


Peter Farmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vcard.vcf
Type: text/x-vcard
Size: 357 bytes
Desc: Card for Peter Farmer
Url : http://lists.samba.org/archive/samba/attachments/19990507/c7978df1/vcard.vcf


More information about the samba mailing list