Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2005 22:14:11 +0000 (UTC)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/rpcgen rpc_tblout.c
Message-ID:  <200502022214.j12MEB2R076362@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2005-02-02 22:14:11 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/rpcgen       rpc_tblout.c 
  Log:
  Modify rpcgen -t output to something that's a lot more useful in
  today's modern "no sir, not today" compilers.
  
  Basically, when building the table:
  
   use NULL instead of 0,
   use braces around array initializers,
   case the function pointers to xdrproc_t,
   don't cast function pointers that do not need casting.
  
  MFC After: 1 week
  
  Revision  Changes    Path
  1.7       +9 -6      src/usr.bin/rpcgen/rpc_tblout.c



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