[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compilation problem



Hi,

in order to be able to compile zmailer on Solaris-2.5 with gcc-2.7.2.2 I
had to make the patch below.

Greetings, Swen


diff -ubr zmailer-2.99.49p8.orig/router/libdb/yp.c zmailer-2.99.49p8/router/libdb/yp.c
--- zmailer-2.99.49p8.orig/router/libdb/yp.c	Sat May 10 15:35:18 1997
+++ zmailer-2.99.49p8/router/libdb/yp.c	Thu Oct 23 11:46:29 1997
@@ -111,7 +111,7 @@
 int nobody;
 void
 owner_yp(sip, outfp)
-	struct search_info *sip;
+	search_info *sip;
 	FILE *outfp;
 {
 	fprintf(outfp, "%d\n", nobody);
@@ -120,7 +120,7 @@
 
 void
 print_yp(sip, outfp)
-	struct search_info *sip;
+	search_info *sip;
 	FILE *outfp;
 {
 	return;