Make sure err() does not use a NULL format string, this way we at least
authorJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Sun, 18 Sep 2005 11:40:09 +0000 (11:40 +0000)
committerJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Sun, 18 Sep 2005 11:40:09 +0000 (11:40 +0000)
commit6a1086b28b5e2cca450ce05cdd5e7eaa536be4f2
tree785009ec51f13db4d12aad96d08e3c29c3a52c6e
parentb534d61c82722c28ccc38c924e67fd140b94dd37
Make sure err() does not use a NULL format string, this way we at least
know what part is failing.

Synchronises with FreeBSD, apparently GCC can complain about it.
bin/ls/ls.c