Correct type for __fsfilcnt_t.
authorUlrich Drepper <drepper@redhat.com>
Thu, 7 Jan 1999 09:53:42 +0000 (09:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 7 Jan 1999 09:53:42 +0000 (09:53 +0000)
sysdeps/unix/sysv/linux/alpha/bits/types.h

index d71599c..0bc6cf6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
+/* Copyright (C) 1991,92,94,95,96,97,98,99 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
@@ -63,7 +63,7 @@ typedef __int32_t  __blkcnt_t;                /* Type to count nr disk blocks.  */
 typedef __int64_t  __blkcnt64_t;       /*  "" (LFS) */
 typedef __uint32_t __fsblkcnt_t;       /* Type to count file system blocks.  */
 typedef __uint64_t __fsblkcnt64_t;     /*  "" (LFS) */
-typedef __uint64_t __fsfilcnt_t;       /* Type to count file system inodes.  */
+typedef __uint32_t __fsfilcnt_t;       /* Type to count file system inodes.  */
 typedef __uint64_t __fsfilcnt64_t;     /*  "" (LFS) */
 typedef __uint32_t __id_t;             /* General type for IDs.  */