summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-17 22:33:11 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-17 22:33:11 +0000
commit0b37f8d1ff87c377708e368d206eff233896d7ad (patch)
tree3ca673324c0126df2f57fd76293e37e8be3d608e /hurd
parente34990a8bbacada952e7db298262d3c0f3b4ffd3 (diff)
Formerly hurd_types.h.~87~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurd_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h
index d251c976..f82d887f 100644
--- a/hurd/hurd_types.h
+++ b/hurd/hurd_types.h
@@ -143,8 +143,7 @@ struct fsys_statfsbuf
long fsys_stb_bavail;
long fsys_stb_files;
long fsys_stb_ffree;
- long fsys_stb_fsid_1;
- long fsys_stb_fsid_2;
+ fsid_t fsys_stb_fsid;
long fsys_stb_spare[9];
};
typedef struct fsys_statfsbuf fsys_statfsbuf_t;