Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/fchownat.c: Include string.h.
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/linux/futimesat.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
	* sysdeps/unix/sysv/linux/renameat.c: Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
	* sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
	* sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
  • Loading branch information
Ulrich Drepper committed Nov 16, 2005
1 parent a0e3432 commit 478f33c
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2005-11-16 Jakub Jelinek <jakub@redhat.com>

* sysdeps/unix/sysv/linux/fchownat.c: Include string.h.
* sysdeps/unix/sysv/linux/futimesat.c: Likewise.
* sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
* sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
* sysdeps/unix/sysv/linux/renameat.c: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
* sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
* sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.

2005-11-16 Ulrich Drepper <drepper@redhat.com>

* iconvdata/Makefile (modules): Add ISO_11548-1.
Expand Down
2 changes: 1 addition & 1 deletion localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2005-11-16 Ulrich Drepper <drepper@redhat.com>

[BZ 1872]
* localedata/charmaps/ISO_11548-1. New file.
* charmaps/ISO_11548-1. New file.
Patch by Samuel Thibault <samuel.thibault@ens-lyon.org>.

2005-11-11 Ulrich Drepper <drepper@redhat.com>
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/fchownat.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <fcntl.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>

Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/futimesat.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <fcntl.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <utime.h>
#include <sys/time.h>
#include <sysdep.h>
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/i386/fchownat.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>

#include <sysdep.h>
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/i386/fxstatat.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <fcntl.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <kernel_stat.h>

Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/renameat.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <sysdep.h>


Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>

#include <sysdep.h>
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/unlinkat.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <fcntl.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>


Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <fcntl.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>

#include <sysdep.h>
Expand Down

0 comments on commit 478f33c

Please sign in to comment.