diff options
author | Damien Miller <djm@mindrot.org> | 2005-04-03 10:16:39 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-04-03 10:16:39 +1000 |
commit | 4942de57199424734567879dacad61c00e96ffab (patch) | |
tree | 54c4e9679a20136d323ed44006877a0c59d57e77 /ChangeLog | |
parent | 3dae15c6111a90a4a7417a34fa47a1cfee16963e (diff) |
- djm@cvs.openbsd.org 2005/04/02 12:41:16
[scp.c]
since ssh has xstrdup, use it instead of strdup+test. unbreaks -Werror
build
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,6 +3,10 @@ | |||
3 | - deraadt@cvs.openbsd.org 2005/03/31 18:39:21 | 3 | - deraadt@cvs.openbsd.org 2005/03/31 18:39:21 |
4 | [scp.c] | 4 | [scp.c] |
5 | copy argv[] element instead of smashing the one that ps will see; ok otto | 5 | copy argv[] element instead of smashing the one that ps will see; ok otto |
6 | - djm@cvs.openbsd.org 2005/04/02 12:41:16 | ||
7 | [scp.c] | ||
8 | since ssh has xstrdup, use it instead of strdup+test. unbreaks -Werror | ||
9 | build | ||
6 | 10 | ||
7 | 20050331 | 11 | 20050331 |
8 | - (dtucker) OpenBSD CVS Sync | 12 | - (dtucker) OpenBSD CVS Sync |
@@ -2414,4 +2418,4 @@ | |||
2414 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2418 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2415 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2419 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2416 | 2420 | ||
2417 | $Id: ChangeLog,v 1.3735 2005/04/03 00:16:11 djm Exp $ | 2421 | $Id: ChangeLog,v 1.3736 2005/04/03 00:16:39 djm Exp $ |