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.
This commit is contained in:
Ulrich Drepper 2002-08-23 21:47:01 +00:00
parent 7daaea8b71
commit 05a2c550c3

View File

@ -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,