cvs commit: src/sys/nfs4client nfs4_idmap.c
Alfred Perlstein
alfred at FreeBSD.org
Thu Dec 11 03:30:28 PST 2003
alfred 2003/12/11 03:30:26 PST
FreeBSD src repository
Modified files:
sys/nfs4client nfs4_idmap.c
Log:
This patch fixes two little portability (to !GCC compilers) problems:
1. Use C99-style variable argument macros rather than GNU ones.
2. Don't cast id to ident_t. Its type is already ident_t and casting to
a union type is a constraint violation.
Submitted by: Stefan Farfeleder <stefan at fafoe.narf.at>
Revision Changes Path
1.2 +3 -3 src/sys/nfs4client/nfs4_idmap.c
More information about the cvs-src
mailing list