> /usr/src/usr.bin/rdistd/server.c:845: warning: zero-length printf format > string
defs.h:void error(const char *, ...) __attribute__((format (printf, 1, 2))); That seems to be the source of this warning. That function is not printf-like, in that it produces an implicit newline... Shrug, it is contained within this program. Whatever works.
