Closed Bug 240502 Opened 20 years ago Closed 20 years ago

Checkin for Bug 116376 breaks AIX build (wait.h not found)

Categories

(SeaMonkey :: Installer, defect)

Other
AIX
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pkwarren, Assigned: ajschult784)

Details

Attachments

(1 file)

The checkin for Bug 116376 has broken the AIX Tinderbox. See the following:

"/home/tbox/builds/tinderbox/AIX_5.1_Clobber/mozilla/xpinstall/wizard/unix/src2/nsSetupTypeDlg.cpp",
line 48.10: 1540-0836 (S) The #include file <wait.h> is not found.

AIX does not have a <wait.h> header file - the wait function is defined in
<sys/wait.h>. On Fedora Core 1, the <wait.h> header file simply includes
<sys/wait.h>, and "man 2 wait" specifies that <sys/wait.h> contains the
definition for the wait function. On a Solaris 9 system, the man page for the
wait function call specifies that it is declared in <sys/wait.h>, even though
<wait.h> exists.

I think <wait.h> should be changed to <sys/wait.h> in nsSetupTypeDlg.cpp.
Attached patch patchSplinter Review
==> sys/wait.h

I used sys/wait.h in bug 57089, but not for bug 116376.  ugh.
Assignee: general → ajschult
Status: NEW → ASSIGNED
Comment on attachment 146100 [details] [diff] [review]
patch

I got r=bsmedberg on IRC
Attachment #146100 - Flags: review+
Fixed.

Checking in nsSetupTypeDlg.cpp;
/cvsroot/mozilla/xpinstall/wizard/unix/src2/nsSetupTypeDlg.cpp,v  <-- 
nsSetupTypeDlg.cpp
new revision: 1.27; previous revision: 1.26
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: