Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/compat/osf1 pull up revs 1.5-1.6 from trunk. (cgd)
details: https://anonhg.NetBSD.org/src/rev/2d7586ec0173
branches: netbsd-1-4
changeset: 469076:2d7586ec0173
user: cgd <cgd%NetBSD.org@localhost>
date: Sat Jun 26 01:52:28 1999 +0000
description:
pull up revs 1.5-1.6 from trunk. (cgd)
diffstat:
sys/compat/osf1/osf1_cvt.h | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 32649383a1f4 -r 2d7586ec0173 sys/compat/osf1/osf1_cvt.h
--- a/sys/compat/osf1/osf1_cvt.h Sat Jun 26 01:52:21 1999 +0000
+++ b/sys/compat/osf1/osf1_cvt.h Sat Jun 26 01:52:28 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_cvt.h,v 1.5.4.2 1999/06/21 19:25:01 cgd Exp $ */
+/* $NetBSD: osf1_cvt.h,v 1.5.4.3 1999/06/26 01:52:28 cgd Exp $ */
/*
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
@@ -39,6 +39,7 @@
#include <sys/resource.h>
#include <sys/signal.h>
#include <sys/stat.h>
+#include <sys/fcntl.h>
#include <compat/common/compat_util.h>
@@ -47,6 +48,12 @@
#define osf1_cvt_dev_to_native(dev) \
makedev(osf1_major(dev), osf1_minor(dev))
+void osf1_cvt_flock_from_native(const struct flock *nf,
+ struct osf1_flock *of);
+int osf1_cvt_flock_to_native(const struct osf1_flock *of,
+ struct flock *nf);
+int osf1_cvt_msghdr_xopen_to_native(const struct osf1_msghdr_xopen *omh,
+ struct msghdr *nmh);
int osf1_cvt_pathconf_name_to_native(int oname, int *bnamep);
void osf1_cvt_rusage_from_native(const struct rusage *nru,
struct osf1_rusage *oru);
Home |
Main Index |
Thread Index |
Old Index