[600] in Zephyr_Bugs

home help back first fref pref prev next nref lref last post

patch to get zephyr 2.0 beta to work on HPUX 9.01

daemon@ATHENA.MIT.EDU (E. Jay Berkenbilt)
Wed Jul 5 16:17:03 1995

Date: Wed, 5 Jul 1995 16:12:56 -0400
From: "E. Jay Berkenbilt" <ejb@ERA.COM>
To: bug-zephyr@MIT.EDU


With this following non-host-specific patch, I was able to build
zephyr 2.0 beta without modifications on Solaris 1, Solaris 2, IRIX
5.2, HPUX 9.01 and linux without any source code modifications.  (I
had to change the linking on the solaris 1 machines as indicated in
eariler mail.)  Thanks for a great job. :-)  I'll be letting you know
if there are performance problems.  (zephyrd has crashed twice, and
I"m trying to figure out why.  I didn't have core unlimited
before....) 


--
E. Jay Berkenbilt (ejb@ERA.COM)  |  Member, League for Programming Freedom
Engineering Research Associates  |  lpf@uunet.uu.net, http://www.lpf.org  




--- server/main.c.dist	Fri Jun 30 18:11:16 1995
+++ server/main.c	Wed Jul  5 16:18:59 1995
@@ -260,7 +260,9 @@
 
     action.sa_handler = sig_dump_db;
     sigaction(SIGFPE, &action, NULL);
+#ifdef SIGXPU
     sigaction(SIGXCPU, &action, NULL);
+#endif
 
 #ifdef SIGEMT
     action.sa_handler = sig_dump_strings;

home help back first fref pref prev next nref lref last post