Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2005 12:51:16 GMT
From:      David Xu <davidxu@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 71981 for review
Message-ID:  <200502271251.j1RCpGVk094930@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=71981

Change 71981 by davidxu@davidxu_alona on 2005/02/27 12:50:15

	Cleanup include.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_kern.c#16 edit
.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_list.c#5 edit
.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_printf.c#4 edit
.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_syscalls.c#6 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_kern.c#16 (text+ko) ====

@@ -27,7 +27,6 @@
  * $FreeBSD$
  */
 
-#include <sys/cdefs.h>
 #include <sys/types.h>
 #include <sys/signalvar.h>
 #include <pthread.h>

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_list.c#5 (text+ko) ====

@@ -27,7 +27,6 @@
  * $FreeBSD$
  */
 
-#include <sys/cdefs.h>
 #include <sys/types.h>
 #include <sys/queue.h>
 

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_printf.c#4 (text+ko) ====

@@ -22,11 +22,10 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $FreeBSD$
  */
 
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libpthread/thread/thr_printf.c,v 1.4 2004/02/10 20:42:33 cperciva Exp $");
-
 #include <stdarg.h>
 #include <string.h>
 #include <unistd.h>

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_syscalls.c#6 (text+ko) ====

@@ -64,7 +64,6 @@
  *
  */
 
-#include <sys/cdefs.h>
 #include <sys/types.h>
 #include <sys/mman.h>
 #include <sys/param.h>



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