[1132] in arla-drinkers
Problem building 0.27 on Solaris < 7
daemon@ATHENA.MIT.EDU (Richard L. Hamilton)
Wed Sep 8 23:30:48 1999
From owner-arla-drinkers@stacken.kth.se Thu Sep 09 03:30:47 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 21140 invoked from network); 9 Sep 1999 03:30:46 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 9 Sep 1999 03:30:46 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id FAA06978
for arla-drinkers-list; Thu, 9 Sep 1999 05:22:41 +0200 (MET DST)
Received: from mindwarp.smart.net (root@mindwarp.smart.net [207.176.89.122])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id FAA06974
for <arla-drinkers@stacken.kth.se>; Thu, 9 Sep 1999 05:22:34 +0200 (MET DST)
Received: from mindwarp.smart.net (rlhamil@mindwarp.smart.net [207.176.89.122])
by mindwarp.smart.net (8.8.8/8.8.8/SpamBlocker) with SMTP id XAA11547
for <arla-drinkers@stacken.kth.se>; Wed, 8 Sep 1999 23:22:28 -0400 (EDT)
Message-Id: <199909090322.XAA11547@mindwarp.smart.net>
Date: Wed, 8 Sep 1999 23:22:28 -0400 (EDT)
From: "Richard L. Hamilton" <rlhamil@mindwarp.smart.net>
Reply-To: "Richard L. Hamilton" <rlhamil@mindwarp.smart.net>
Subject: Problem building 0.27 on Solaris < 7
To: arla-drinkers@stacken.kth.se
MIME-Version: 1.0
Content-Type: MULTIPART/mixed; BOUNDARY=Nursery_of_Raccoons_742_000
X-Mailer: dtmail 1.2.1 CDE Version 1.2.1 SunOS 5.6 sun4m sparc
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
--Nursery_of_Raccoons_742_000
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: +be5DJdqWv1oaKwu8iilsw==
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@mindwarp.smart.net http://www.smart.net/~rlhamil
--Nursery_of_Raccoons_742_000
Content-Type: TEXT/plain; name=patch; charset=us-ascii; x-unix-mode=0644
Content-Description: patch
Content-MD5: kdsp8p60C03WGSo41ZsqiQ==
*** 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);
--Nursery_of_Raccoons_742_000--