]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 23 Aug 2002 21:47:01 +0000 (21:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 23 Aug 2002 21:47:01 +0000 (21:47 +0000)
2002-08-23  Ulrich Drepper  <drepper@redhat.com>

* misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
since ssize_t is needed as well.  Replace const with __const.

ChangeLog

index c95e6f83717a098aa8bbbde9f0f06e3792473cc1..59ecaa0bd3fc1ae18a6daf5544317bb98678bfd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-23  Ulrich Drepper  <drepper@redhat.com>
+
+       * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
+       since ssize_t is needed as well.  Replace const with __const.
+
 2002-08-23  Roland McGrath  <roland@redhat.com>
 
        * malloc/hooks.c (__malloc_initialize_hook, __free_hook,