Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 IPC key_t



details:   https://anonhg.NetBSD.org/src/rev/39c3f990a9b1
branches:  trunk
changeset: 472637:39c3f990a9b1
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue May 04 02:44:43 1999 +0000

description:
IPC key_t

diffstat:

 sys/compat/osf1/osf1.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fd3f41359d4a -r 39c3f990a9b1 sys/compat/osf1/osf1.h
--- a/sys/compat/osf1/osf1.h    Tue May 04 02:44:22 1999 +0000
+++ b/sys/compat/osf1/osf1.h    Tue May 04 02:44:43 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1.h,v 1.15 1999/05/04 02:12:15 cgd Exp $ */
+/* $NetBSD: osf1.h,v 1.16 1999/05/04 02:44:43 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -69,6 +69,7 @@
 typedef u_int64_t      osf1_rlim_t;
 typedef void           *osf1_data_ptr; /* XXX hard to fix size */
 typedef void           *osf1_fcn_ptr;  /* XXX hard to fix size, bogus */
+typedef        osf1_int        osf1_key_t;
 
 struct osf1_timeval {                          /* time.h */
        osf1_time_t     tv_sec;



Home | Main Index | Thread Index | Old Index