cvs commit: src/sys/compat/svr4 svr4_misc.c src/sys/i386/ibcs2 ibcs2_misc.c src/sys/kern kern_exit.c kern_resource.c src/sys/sys resource.h syscallsubr.h wait.h

Paul Saab ps at FreeBSD.org
Thu Apr 21 15:19:22 PDT 2005


ps          2005-04-21 22:19:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/compat/svr4      svr4_misc.c 
    sys/i386/ibcs2       ibcs2_misc.c 
    sys/kern             kern_exit.c kern_resource.c 
    sys/sys              resource.h syscallsubr.h wait.h 
  Log:
  MFC:
  - Move the function prototypes for kern_setrlimit() and kern_wait() to
    sys/syscallsubr.h where all the other kern_foo() prototypes live.
  
  Revision   Changes    Path
  1.71.2.6   +1 -0      src/sys/compat/svr4/svr4_misc.c
  1.55.2.3   +1 -0      src/sys/i386/ibcs2/ibcs2_misc.c
  1.245.2.9  +1 -0      src/sys/kern/kern_exit.c
  1.143.2.3  +1 -0      src/sys/kern/kern_resource.c
  1.23.2.2   +1 -2      src/sys/sys/resource.h
  1.11.2.8   +5 -0      src/sys/sys/syscallsubr.h
  1.20.2.1   +2 -6      src/sys/sys/wait.h


More information about the cvs-all mailing list