From 11cda35f3270363752c1e298b56ab06e6cd04fbf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 10 Sep 2006 14:19:38 +0000 Subject: r18343: fixed setlinebuf() prototype, added test for it, and use it in two places to avoid a #ifdef --- source/lib/replace/replace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/lib/replace/replace.h') diff --git a/source/lib/replace/replace.h b/source/lib/replace/replace.h index ee86a81b5d3..7664c51a5da 100644 --- a/source/lib/replace/replace.h +++ b/source/lib/replace/replace.h @@ -140,7 +140,7 @@ int rep_setegid(gid_t); #ifndef HAVE_SETLINEBUF #define setlinebuf rep_setlinebuf -int rep_setlinebuf(FILE *); +void rep_setlinebuf(FILE *); #endif #ifndef HAVE_STRCASESTR -- cgit