Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread minor whitespace changes
details: https://anonhg.NetBSD.org/src/rev/b6905932710b
branches: trunk
changeset: 542708:b6905932710b
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Feb 04 20:14:10 2003 +0000
description:
minor whitespace changes
diffstat:
lib/libpthread/pthread_int.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 2c46d180da7f -r b6905932710b lib/libpthread/pthread_int.h
--- a/lib/libpthread/pthread_int.h Tue Feb 04 20:05:11 2003 +0000
+++ b/lib/libpthread/pthread_int.h Tue Feb 04 20:14:10 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_int.h,v 1.5 2003/01/31 04:58:57 nathanw Exp $ */
+/* $NetBSD: pthread_int.h,v 1.6 2003/02/04 20:14:10 jdolecek Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -91,9 +91,9 @@
/* Entry on the sleep queue (xxx should be same as run queue?) */
PTQ_ENTRY(pthread_st) pt_sleep;
/* Object we're sleeping on */
- void *pt_sleepobj;
+ void *pt_sleepobj;
/* Queue we're sleeping on */
- struct pthread_queue_t *pt_sleepq;
+ struct pthread_queue_t *pt_sleepq;
/* Lock protecting that queue */
pthread_spin_t *pt_sleeplock;
Home |
Main Index |
Thread Index |
Old Index