Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2003 03:30:26 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfs4client nfs4_idmap.c
Message-ID:  <200312111130.hBBBUQg2099477@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@fafoe.narf.at>
  
  Revision  Changes    Path
  1.2       +3 -3      src/sys/nfs4client/nfs4_idmap.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312111130.hBBBUQg2099477>