Add a linux_fsid_t typedef for the ports that don't have architecture dependent

linux_types.h. Fixes sparc build.
This commit is contained in:
christos 2004-09-20 03:21:40 +00:00
parent b242249052
commit dbac2396e8
1 changed files with 4 additions and 1 deletions

View File

@ -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. * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@ -54,6 +54,9 @@
#else #else
typedef unsigned long linux_clock_t; typedef unsigned long linux_clock_t;
typedef unsigned long linux_time_t; typedef unsigned long linux_time_t;
typedef struct {
long val[2];
} linux_fsid_t;
#endif #endif
/* /*