commit | 66a3af9d7c83e6b649caec4b6dd0cb252ddf76f1 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Jan 27 17:41:19 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Jan 27 17:41:19 2003 +0000 |
tree | f9e264e3e3a687505070dd8707eb29f35ad97234 | |
parent | 22237017a7abee1bc6c664c255a783e9dfe2b037 [diff] [blame] |
This seems sufficient for ifup and ifdown to actually work as advertised. Works for me (at least with glibc)
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 8843817..8eba90c 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c
@@ -524,8 +524,10 @@ exit(1); } if (filter.flushed == 0) { +#if 0 if (round == 0) fprintf(stderr, "Nothing to flush.\n"); +#endif fflush(stdout); return 0; }