From c290b209c52d4355860492448db974c7439aa209 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Tue, 23 Oct 2001 17:49:28 +0000 Subject: Remove setbuffer which caused build errors (This used to be commit 5a482350a74e255b8db1ea3c8e76654d6f089f51) --- source3/utils/net.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/utils/net.c') diff --git a/source3/utils/net.c b/source3/utils/net.c index ab798df616..349f1c4f60 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -1243,8 +1243,6 @@ int main(int argc,char *argv[]) dbf = x_stdout; - setbuffer(stdout, NULL, 0); - pc = poptGetContext(NULL, argc, (const char **) argv, long_options, POPT_CONTEXT_KEEP_FIRST); -- cgit