Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 pull in compat_util.h



details:   https://anonhg.NetBSD.org/src/rev/44555655dad5
branches:  trunk
changeset: 472522:44555655dad5
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sat May 01 04:38:20 1999 +0000

description:
pull in compat_util.h

diffstat:

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

diffs (18 lines):

diff -r e57c09e1ad5a -r 44555655dad5 sys/compat/osf1/osf1_cvt.h
--- a/sys/compat/osf1/osf1_cvt.h        Sat May 01 04:34:20 1999 +0000
+++ b/sys/compat/osf1/osf1_cvt.h        Sat May 01 04:38:20 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_cvt.h,v 1.1 1999/05/01 02:57:09 cgd Exp $ */
+/* $NetBSD: osf1_cvt.h,v 1.2 1999/05/01 04:38:20 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -40,6 +40,8 @@
 #include <sys/signal.h>
 #include <sys/stat.h>
 
+#include <compat/common/compat_util.h>
+
 void   osf1_cvt_rusage_from_native(const struct rusage *nru,
                                    struct osf1_rusage *oru);
 void   osf1_cvt_sigaction_from_native(const struct sigaction *nsa,



Home | Main Index | Thread Index | Old Index