diff options
Diffstat (limited to 'textproc/ispell/files/patch-ispell.c')
-rw-r--r-- | textproc/ispell/files/patch-ispell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell/files/patch-ispell.c b/textproc/ispell/files/patch-ispell.c index 1cdc4acee131..3af7e8bd12c8 100644 --- a/textproc/ispell/files/patch-ispell.c +++ b/textproc/ispell/files/patch-ispell.c @@ -63,10 +63,10 @@ } -#ifndef __bsdi__ -+#ifndef BSD_4_4 ++#ifndef BSD4_4 setbuf (stdout, outbuf); -#endif /* __bsdi__ */ -+#endif /* BSD_4_4 */ ++#endif /* BSD4_4 */ if (lflag) { infile = setupdefmt(NULL, NULL); |