diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-11-10 17:15:06 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-11-10 17:15:06 +1100 |
commit | 0a149d19d3ca291c33f449c304d4b0c5601c127a (patch) | |
tree | dd1df512463158d0cfde65dd806d13677e8e14d8 /ChangeLog | |
parent | 31ba53e333458abda2337f5d3ded0205485bd355 (diff) |
- (dtucker) [openbsd-compat/getcwd.c] Replace lstat with fstat to match up
with OpenBSD code since we don't support platforms without fstat any more.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,6 +30,8 @@ | |||
30 | - (dtucker) [openbsd-compat/glob.c] Update from OpenBSD 1.22 -> 1.25. | 30 | - (dtucker) [openbsd-compat/glob.c] Update from OpenBSD 1.22 -> 1.25. |
31 | - (dtucker) [openbsd-compat/glob.h] Update from OpenBSD 1.8 -> 1.9. | 31 | - (dtucker) [openbsd-compat/glob.h] Update from OpenBSD 1.8 -> 1.9. |
32 | - (dtucker) [openbsd-compat/getcwd.c] Update from OpenBSD 1.9 -> 1.14. | 32 | - (dtucker) [openbsd-compat/getcwd.c] Update from OpenBSD 1.9 -> 1.14. |
33 | - (dtucker) [openbsd-compat/getcwd.c] Replace lstat with fstat to match up | ||
34 | with OpenBSD code since we don't support platforms without fstat any more. | ||
33 | 35 | ||
34 | 20051105 | 36 | 20051105 |
35 | - (djm) OpenBSD CVS Sync | 37 | - (djm) OpenBSD CVS Sync |
@@ -3272,4 +3274,4 @@ | |||
3272 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3274 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3273 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3275 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3274 | 3276 | ||
3275 | $Id: ChangeLog,v 1.3973 2005/11/10 06:11:29 dtucker Exp $ | 3277 | $Id: ChangeLog,v 1.3974 2005/11/10 06:15:06 dtucker Exp $ |