The following reply was made to PR os-next/1614; it has been noted by GNATS.
From: [EMAIL PROTECTED] To: Dean Gaudet <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: os-next/1614: can't compile Date: Fri, 2 Jan 1998 11:04:36 -0800 (PST) I replaced the final #endif in ap_signal.c with #else int ap_signal_is_not_here; #endif Still gives me the same error on compile sleep 5; /bin/ranlib libap.a /bin/ranlib: warning for library: libap.a the table of contents is empty (no object file members in the library) *** Exit 1 *** `libap.a' removed Stop. *** Exit 1 Stop. >Even still, ap/ap_signal.c should probably have a patch something like >this applied to the last line: > >-#endif >+#else >+int ap_signal_is_not_here; >+#endif
