noip.c: Silence GCC warnings about unused return values.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 5 Jun 2010 10:53:37 +0000 (11:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 5 Jun 2010 10:53:37 +0000 (11:53 +0100)
commit72d85cdbe2c457efb39bfe1a9c73ce2f75d7f36f
tree70354763b6188c73eb334ecc02eaa52240118947
parent7d769c69c20563ae0605b34c5f7065137be49024
noip.c: Silence GCC warnings about unused return values.

Actually act on errors from fgets while skipping the header on
/proc/net/unix, even though it's unlikely to be bad and we'll fail
later anyway.  The write in printerr is not worth worrying about.
noip.c