diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2008-07-23 15:10:42 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2008-07-23 15:10:42 +0000 |
commit | ef48fff7660e668875efed0d611ba4e33bc7c6a3 (patch) | |
tree | dadf5d3f43f1b938bbd3b6e75c6dfec79650f6c6 /textproc/ispell/files/patch-ispell.c | |
parent | Update port for XORP 1.5 release. (diff) |
Fix the build on 8-current
PR: ports/125841
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
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); |