Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/lib/libpthread Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/d2cb9c0bf53d
branches:  nathanw_sa
changeset: 506429:d2cb9c0bf53d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 03 12:29:02 2002 +0000

description:
Whitespace.

diffstat:

 lib/libpthread/pthread_cancelstub.c |  5 +++--
 lib/libpthread/pthread_int.h        |  5 +++--
 lib/libpthread/pthread_lock.c       |  3 +--
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r a00c1ddc538b -r d2cb9c0bf53d lib/libpthread/pthread_cancelstub.c
--- a/lib/libpthread/pthread_cancelstub.c       Sun Nov 03 12:26:30 2002 +0000
+++ b/lib/libpthread/pthread_cancelstub.c       Sun Nov 03 12:29:02 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_cancelstub.c,v 1.1.2.4 2002/08/14 23:22:05 nathanw Exp $       */
+/*     $NetBSD: pthread_cancelstub.c,v 1.1.2.5 2002/11/03 12:29:02 skrll Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -45,7 +45,8 @@
 #include <stdarg.h>
 #include <unistd.h>
 
-/* XXX this is necessary to get the prototypes for the __sigsuspend14
+/*
+ * XXX this is necessary to get the prototypes for the __sigsuspend14
  * XXX and __msync13 internal names, instead of the application-visible
  * XXX sigsuspend and msync names. It's kind of gross, but we're pretty
  * XXX intimate with libc already.
diff -r a00c1ddc538b -r d2cb9c0bf53d lib/libpthread/pthread_int.h
--- a/lib/libpthread/pthread_int.h      Sun Nov 03 12:26:30 2002 +0000
+++ b/lib/libpthread/pthread_int.h      Sun Nov 03 12:29:02 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_int.h,v 1.1.2.34 2002/10/28 16:23:47 nathanw Exp $     */
+/*     $NetBSD: pthread_int.h,v 1.1.2.35 2002/11/03 12:29:03 skrll Exp $       */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -48,7 +48,8 @@
 #include "pthread_types.h"
 #include "pthread_queue.h"
 
-/* The size of this structure needs to be no larger than struct
+/*
+ * The size of this structure needs to be no larger than struct
  * __pthread_cleanup_store, defined in pthread.h.
  */
 struct pt_clean_t {
diff -r a00c1ddc538b -r d2cb9c0bf53d lib/libpthread/pthread_lock.c
--- a/lib/libpthread/pthread_lock.c     Sun Nov 03 12:26:30 2002 +0000
+++ b/lib/libpthread/pthread_lock.c     Sun Nov 03 12:29:02 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_lock.c,v 1.1.2.10 2002/10/22 01:38:17 nathanw Exp $    */
+/*     $NetBSD: pthread_lock.c,v 1.1.2.11 2002/11/03 12:29:03 skrll Exp $      */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -249,4 +249,3 @@
 
        return 0;
 }
-



Home | Main Index | Thread Index | Old Index