Source-Changes-HG archive

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

[src/trunk]: src/sys/kern White space nit in previous.



details:   https://anonhg.NetBSD.org/src/rev/8ecede0f09e9
branches:  trunk
changeset: 487060:8ecede0f09e9
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Jun 02 16:05:49 2000 +0000

description:
White space nit in previous.

diffstat:

 sys/kern/sysv_msg.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 29be58f84b84 -r 8ecede0f09e9 sys/kern/sysv_msg.c
--- a/sys/kern/sysv_msg.c       Fri Jun 02 15:53:03 2000 +0000
+++ b/sys/kern/sysv_msg.c       Fri Jun 02 16:05:49 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysv_msg.c,v 1.29 2000/06/02 15:53:05 simonb Exp $     */
+/*     $NetBSD: sysv_msg.c,v 1.30 2000/06/02 16:05:49 simonb Exp $     */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -75,9 +75,9 @@
 #define MSG_PRINTF(a)
 #endif
 
-int nfree_msgmaps;             /* # of free map entries */
-short free_msgmaps;            /* head of linked list of free map entries */
-struct __msg *free_msghdrs;    /* list of free msg headers */
+int    nfree_msgmaps;          /* # of free map entries */
+short  free_msgmaps;           /* head of linked list of free map entries */
+struct __msg *free_msghdrs;    /* list of free msg headers */
 char   *msgpool;               /* MSGMAX byte long msg buffer pool */
 struct msgmap *msgmaps;        /* MSGSEG msgmap structures */
 struct __msg *msghdrs;         /* MSGTQL msg headers */



Home | Main Index | Thread Index | Old Index