diff options
author | Roland McGrath <roland@gnu.org> | 2003-02-21 08:19:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-02-21 08:19:41 +0000 |
commit | 9b39d555d6f222705ffeecb2bc97f7d072ab1e66 (patch) | |
tree | 785e149f1d9c6e5e662a5fcd65b53cf48adef90f /sysdeps | |
parent | ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c (diff) | |
download | glibc-9b39d555d6f222705ffeecb2bc97f7d072ab1e66.zip glibc-9b39d555d6f222705ffeecb2bc97f7d072ab1e66.tar.gz glibc-9b39d555d6f222705ffeecb2bc97f7d072ab1e66.tar.bz2 |
2003-02-21 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE
to match existing struct stat layout in mig protocols.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/bits/typesizes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/bits/typesizes.h b/sysdeps/mach/hurd/bits/typesizes.h index b0f3c83..37afec8 100644 --- a/sysdeps/mach/hurd/bits/typesizes.h +++ b/sysdeps/mach/hurd/bits/typesizes.h @@ -1,5 +1,5 @@ /* bits/typesizes.h -- underlying types for *_t. Hurd version. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002,2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -27,7 +27,7 @@ /* See <bits/types.h> for the meaning of these macros. This file exists so that <bits/types.h> need not vary across different GNU platforms. */ -#define __DEV_T_TYPE __UQUAD_TYPE +#define __DEV_T_TYPE __U32_TYPE #define __UID_T_TYPE __U32_TYPE #define __GID_T_TYPE __U32_TYPE #define __INO_T_TYPE __ULONGWORD_TYPE |