Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2003 02:48:21 -0700 (PDT)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libthr Makefile src/lib/libthr/arch/i386/i386 _setcurthread.c src/lib/libthr/thread thr_autoinit.c thr_cancel.c thr_create.c thr_detach.c thr_exit.c thr_init.c thr_kern.c thr_mutex.c thr_printf.c thr_private.h thr_resume_np.c ...
Message-ID:  <200305230948.h4N9mL5E036146@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2003/05/23 02:48:20 PDT

  FreeBSD src repository

  Modified files:
    lib/libthr           Makefile 
    lib/libthr/arch/i386/i386 _setcurthread.c 
    lib/libthr/thread    thr_autoinit.c thr_cancel.c thr_create.c 
                         thr_detach.c thr_exit.c thr_init.c 
                         thr_kern.c thr_mutex.c thr_printf.c 
                         thr_private.h thr_resume_np.c 
                         thr_setschedparam.c thr_sig.c 
                         thr_syscalls.c 
  Log:
  Make WARNS2 clean. The fixes mostly included:
          o removed unused variables
          o explicit inclusion of header files
          o prototypes for externally defined functions
  
  Approved by:    re/blanket libthr
  
  Revision  Changes    Path
  1.3       +2 -0      src/lib/libthr/Makefile
  1.6       +5 -0      src/lib/libthr/arch/i386/i386/_setcurthread.c
  1.2       +4 -0      src/lib/libthr/thread/thr_autoinit.c
  1.4       +1 -0      src/lib/libthr/thread/thr_cancel.c
  1.6       +0 -1      src/lib/libthr/thread/thr_create.c
  1.3       +1 -0      src/lib/libthr/thread/thr_detach.c
  1.5       +3 -0      src/lib/libthr/thread/thr_exit.c
  1.5       +1 -2      src/lib/libthr/thread/thr_init.c
  1.6       +1 -1      src/lib/libthr/thread/thr_kern.c
  1.8       +4 -2      src/lib/libthr/thread/thr_mutex.c
  1.2       +1 -0      src/lib/libthr/thread/thr_printf.c
  1.7       +1 -1      src/lib/libthr/thread/thr_private.h
  1.3       +1 -0      src/lib/libthr/thread/thr_resume_np.c
  1.4       +4 -1      src/lib/libthr/thread/thr_setschedparam.c
  1.6       +2 -2      src/lib/libthr/thread/thr_sig.c
  1.2       +10 -0     src/lib/libthr/thread/thr_syscalls.c



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