steve@HPLSG.HP.COM (Steve Greenbaum) (09/22/89)
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 <fcntl.h> 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