CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/25 19:22:34
Modified files:
usr.sbin/amd/amd: nfs_ops.c
Log message:
Consistently use the extra parens in 'if ((var = hasmntval(...)))' to
suppress compiler warnings.
Noted with gcc -Wall, then prodded by brad@ and clang
