cvs commit: src/sys/kern kern_thr.c src/sys/sys syscallsubr.h thr.h

John Baldwin jhb at FreeBSD.org
Thu Jun 7 19:45:20 UTC 2007


jhb         2007-06-07 19:45:19 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thr.c 
    sys/sys              syscallsubr.h thr.h 
  Log:
  - Remove unused variable from create_thread().
  - Move kern_thr_*() prototype to <sys/syscallsubr.h> where all the other
    kern_*() prototypes live.
  
  Revision  Changes    Path
  1.61      +1 -2      src/sys/kern/kern_thr.c
  1.46      +3 -0      src/sys/sys/syscallsubr.h
  1.13      +1 -4      src/sys/sys/thr.h


More information about the cvs-src mailing list