cvs commit: src/usr.bin/rpcgen rpc_hout.c rpc_main.c rpc_util.h

Stefan Farfeleder stefanf at FreeBSD.org
Thu Sep 1 19:16:28 GMT 2005


stefanf     2005-09-01 19:16:25 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/rpcgen       rpc_hout.c rpc_main.c rpc_util.h 
  Log:
  Only write the dispatch table function prototypes to the header if the -h
  flag was specified.  If all files are generated at once, those functions are
  static and shouldn't appear in the header.
  
  PR:             84450
  Reviewed by:    alfred
  
  Revision  Changes    Path
  1.12      +15 -13    src/usr.bin/rpcgen/rpc_hout.c
  1.28      +7 -10     src/usr.bin/rpcgen/rpc_main.c
  1.9       +2 -2      src/usr.bin/rpcgen/rpc_util.h


More information about the cvs-src mailing list