Path: utzoo!utgpu!watmath!uunet!wuarchive!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!HPLSG.HP.COM!steve From: steve@HPLSG.HP.COM (Steve Greenbaum) Newsgroups: gnu.utils.bug Subject: diff 1.7 on HPUX 6.5 Message-ID: <8909211713.AA18979@hplsg.HP.COM> Date: 21 Sep 89 17:13:15 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 GNU diff 1.7 needs a mod to compile on HPUX 6.5 (HP 9000/370). The settings for sysV in the makefile work except that F_DUPFD is undefined - it is used in the #define of dup2 in diff3.c . HPUX has dup2, so I commented out the #define and it works. Including in diff3.c would probably also work, and may be a clean solution. Thanks, -Steve Steve Greenbaum HP Labs 3500 Deer Creek Road Palo Alto, CA 94304 (415) 857-5181 greenbaum@hplabs.hp.com