]> sourceware.org Git - glibc.git/blame - bits/ustat.h
1999-05-22 Roland McGrath <roland@baalperazim.frob.com>
[glibc.git] / bits / ustat.h
CommitLineData
49b98627 1/* Generic declaration of ustat structure.
478b92f0
UD
2 Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc.
3 This file is part of the GNU C Library.
49b98627 4
478b92f0
UD
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public License as
7 published by the Free Software Foundation; either version 2 of the
8 License, or (at your option) any later version.
49b98627 9
478b92f0
UD
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Library General Public License for more details.
49b98627 14
478b92f0
UD
15 You should have received a copy of the GNU Library General Public
16 License along with the GNU C Library; see the file COPYING.LIB. If not,
17 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. */
49b98627 19
a5113b14
UD
20__BEGIN_DECLS
21
49b98627
RM
22struct ustat
23{
a5113b14
UD
24 __daddr_t f_tfree; /* total free */
25 __ino_t f_tinode; /* total inodes free */
49b98627
RM
26 char f_fname[6]; /* filesystem name */
27 char f_fpack[6]; /* filesystem pack name */
28};
a5113b14
UD
29
30__END_DECLS
This page took 0.075252 seconds and 5 git commands to generate.