1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2005-08-27 16:12:16 +00:00
parent bd17f9b9e1
commit dbe6e77865

View File

@@ -1,3 +1,15 @@
2005-08-27 Jim Meyering <jim@meyering.net>
* md5.c: Use `#error' rather than a string literal to provoke failure.
* sha1.c: Likewise.
GNU tar needs these.
* pipe-safer.c: New file.
* creat-safer.c: New file.
* fcntl--.h (creat): Add #define.
* fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
* unistd-safer.h: Declare pipe_safer.
2005-08-25 Jim Meyering <jim@meyering.net>
* open-safer.c: Include <config.h>.