View | Details | Raw Unified | Return to bug 125841
Collapse All | Expand All

(-)patch-ispell.c (-2 / +2 lines)
Lines 63-72 Link Here
63
 	}
63
 	}
64
 
64
 
65
-#ifndef __bsdi__
65
-#ifndef __bsdi__
66
+#ifndef BSD_4_4
66
+#ifndef BSD4_4
67
     setbuf (stdout, outbuf);
67
     setbuf (stdout, outbuf);
68
-#endif /* __bsdi__ */
68
-#endif /* __bsdi__ */
69
+#endif /* BSD_4_4 */
69
+#endif /* BSD4_4 */
70
     if (lflag)
70
     if (lflag)
71
 	{
71
 	{
72
 	infile = setupdefmt(NULL, NULL);
72
 	infile = setupdefmt(NULL, NULL);
(-)patch-term.c (-1 / +1 lines)
Lines 4-10 Link Here
4
 #include "ispell.h"
4
 #include "ispell.h"
5
 #include "proto.h"
5
 #include "proto.h"
6
 #include "msgs.h"
6
 #include "msgs.h"
7
+#ifdef BSD_4_4
7
+#ifdef BSD4_4
8
+#define USG
8
+#define USG
9
+#endif
9
+#endif
10
 #ifdef USG
10
 #ifdef USG

Return to bug 125841