Problem building 0.27 on Solaris < 7
Richard L. Hamilton
rlhamil at mindwarp.smart.net
Thu Sep 9 05:22:41 CEST 1999
Need the following for 0.27 to compile on Solaris < 7.
Don't know yet whether it will actually work, but at least the
make continues (aside from the stupid collision between MOD = xfs
and the xfs subdirectory, which I usually work around by just changing
MOD = xfs to MOD = xfs.mod and then naming it properly when I finally
instaill it).
--
ftp> get |fortune
377 I/O error: smart remark generator failed
Bogonics: the primary language inside the Beltway
mailto:rlhamil at mindwarp.smart.net http://www.smart.net/~rlhamil
*** arla-0.27/xfs/solaris/xfs_syscalls.c.orig Mon Aug 2 07:43:57 1999
--- arla-0.27/xfs/solaris/xfs_syscalls.c Wed Sep 8 23:14:39 1999
***************
*** 424,438 ****
--- 424,444 ----
switch (a_opcode) {
case VIOC_FHGET :
+ #ifdef NEED_VICEIOCTL32
case VIOC_FHGET_32 :
+ #endif
XFSDEB(XDEBSYS, ("calling fhget(%x, %x)\n",
(int)vp, (int)a_paramsP));
return fhget_call (vp, a_paramsP);
case VIOC_FHOPEN :
+ #ifdef NEED_VICEIOCTL32
case VIOC_FHOPEN_32 :
+ #endif
return fhopen_call (vp, a_paramsP, a_followSymlinks);
case VIOC_XFSDEBUG :
+ #ifdef NEED_VICEIOCTL32
case VIOC_XFSDEBUG_32 :
+ #endif
return xfs_debug (a_paramsP);
default :
return remote_pioctl (a_opcode, vp, a_paramsP);
More information about the Arla-drinkers
mailing list