Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/common Add a linux_fsid_t typedef for the p...



details:   https://anonhg.NetBSD.org/src/rev/5e8963dfa5de
branches:  trunk
changeset: 570058:5e8963dfa5de
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Sep 20 03:21:40 2004 +0000

description:
Add a linux_fsid_t typedef for the ports that don't have architecture dependent
linux_types.h. Fixes sparc build.

diffstat:

 sys/compat/linux/common/linux_types.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5ce1d567f586 -r 5e8963dfa5de sys/compat/linux/common/linux_types.h
--- a/sys/compat/linux/common/linux_types.h     Sun Sep 19 23:03:34 2004 +0000
+++ b/sys/compat/linux/common/linux_types.h     Mon Sep 20 03:21:40 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_types.h,v 1.17 2004/09/19 16:50:11 jdolecek Exp $        */
+/*     $NetBSD: linux_types.h,v 1.18 2004/09/20 03:21:40 christos Exp $        */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -54,6 +54,9 @@
 #else
 typedef unsigned long linux_clock_t;
 typedef unsigned long linux_time_t;
+typedef struct {
+       long val[2];
+} linux_fsid_t;
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index