Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Indentiation oversight in previous.



details:   https://anonhg.NetBSD.org/src/rev/0096d5311ffe
branches:  trunk
changeset: 472003:0096d5311ffe
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sat Apr 17 21:00:09 1999 +0000

description:
Indentiation oversight in previous.

diffstat:

 sys/sys/ipc.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 38a6e56a1144 -r 0096d5311ffe sys/sys/ipc.h
--- a/sys/sys/ipc.h     Sat Apr 17 20:55:45 1999 +0000
+++ b/sys/sys/ipc.h     Sat Apr 17 21:00:09 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipc.h,v 1.19 1999/04/17 20:55:45 kleink Exp $  */
+/*     $NetBSD: ipc.h,v 1.20 1999/04/17 21:00:09 kleink Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -59,7 +59,7 @@
        unsigned short  mode;   /* r/w permission */
        unsigned short  seq;    /* sequence # (to generate unique msg/sem/shm
                                   id) */
-       key_t   key;    /* user specified msg/sem/shm key */
+       key_t   key;            /* user specified msg/sem/shm key */
 };
 
 /* X/Open required constants (same values as system 5) */



Home | Main Index | Thread Index | Old Index