vi: speedup and code shrink (Walter Harms)

networking/interface.c: silence warning (Vladimir)
wget: more robust EINTR detection
This commit is contained in:
Denis Vlasenko
2008-11-24 07:34:42 +00:00
parent 4b5709496b
commit 00d8417631
3 changed files with 32 additions and 34 deletions

View File

@ -990,7 +990,7 @@ static void ife_print6(struct interface *ptr)
fclose(f);
}
#else
static void ife_print6(struct interface *ptr) {}
#define ife_print6(a) ((void)0)
#endif