freebsd-skq/contrib/amd/hlfsd
Dimitry Andric 54edb5043c Fix the following clang 3.6.0 warning in contrib/amd/hlfsd/homedir.c:
contrib/amd/hlfsd/homedir.c:497:8: error: address of array 'buf' will
always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
  if (!buf || buf[0] == '\0')
      ~^~~

In the affected function, 'buf' is declared as an array of char, so it
can never be null.  Remove the unecessary check.
2015-01-28 18:19:25 +00:00
..
hlfsd.8
hlfsd.c
hlfsd.h
homedir.c Fix the following clang 3.6.0 warning in contrib/amd/hlfsd/homedir.c: 2015-01-28 18:19:25 +00:00
nfs_prot_svc.c
stubs.c