diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | uidswap.c | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -44,8 +44,9 @@ | |||
44 | - stevesk@cvs.openbsd.org 2002/05/28 17:28:02 | 44 | - stevesk@cvs.openbsd.org 2002/05/28 17:28:02 |
45 | [uidswap.c] | 45 | [uidswap.c] |
46 | format spec change/casts and some KNF; ok markus@ | 46 | format spec change/casts and some KNF; ok markus@ |
47 | 47 | - stevesk@cvs.openbsd.org 2002/05/28 21:24:00 | |
48 | - (bal) Corrected debug() in uidswap.c to match upstream. | 48 | [uidswap.c] |
49 | use correct function name in fatal() | ||
49 | 50 | ||
50 | 20020604 | 51 | 20020604 |
51 | - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed | 52 | - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed |
@@ -730,4 +731,4 @@ | |||
730 | - (stevesk) entropy.c: typo in debug message | 731 | - (stevesk) entropy.c: typo in debug message |
731 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 732 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
732 | 733 | ||
733 | $Id: ChangeLog,v 1.2157 2002/06/06 20:42:04 mouring Exp $ | 734 | $Id: ChangeLog,v 1.2158 2002/06/06 20:44:06 mouring Exp $ |
@@ -12,7 +12,7 @@ | |||
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include "includes.h" | 14 | #include "includes.h" |
15 | RCSID("$OpenBSD: uidswap.c,v 1.21 2002/05/28 17:28:02 stevesk Exp $"); | 15 | RCSID("$OpenBSD: uidswap.c,v 1.22 2002/05/28 21:24:00 stevesk Exp $"); |
16 | 16 | ||
17 | #include "log.h" | 17 | #include "log.h" |
18 | #include "uidswap.h" | 18 | #include "uidswap.h" |