search for: __kafs_h

Displaying 2 results from an estimated 2 matches for "__kafs_h".

2001 Jul 16
1
openssh 2.9p1 on Solaris 2.6 with AFS
...of function `_IOW' DRB> sshconnect1.c:560: parse error before `struct' DRB> gmake: *** [sshconnect1.o] Error 1 patch to your krb-1.0.? installed include/kafs.h on Solaris: --- kafs.h~ Tue Dec 12 15:53:47 2000 +++ kafs.h Fri Dec 15 12:22:05 2000 @@ -36,6 +36,9 @@ #ifndef __KAFS_H #define __KAFS_H +/* need _IOW on Solaris , 15.12.00 JI */ +#include <sys/ioccom.h> + /* XXX must include krb5.h or krb.h */ /* sys/ioctl.h must be included manually before kafs.h */
2001 Mar 06
0
Problem compiling openssh on Solaris 2.6 with AFS-krb4 (fwd)
..._afs_tokens': MM> sshconnect1.c:543: warning: implicit declaration of function `_IOW' MM> sshconnect1.c:543: parse error before `struct' MM> make: *** [sshconnect1.o] Error 1 --- kafs.h~ Tue Dec 12 15:53:47 2000 +++ kafs.h Fri Dec 15 12:22:05 2000 @@ -36,6 +36,9 @@ #ifndef __KAFS_H #define __KAFS_H +/* need _IOW on Solaris , 15.12.00 JI */ +#include <sys/ioccom.h> + /* XXX must include krb5.h or krb.h */ /* sys/ioctl.h must be included manually before kafs.h */ Best regards Jan