[uidswap.c]
     use correct function name in fatal()

[See the patch above, I saw it before apply the next patch. <sigh>]
This commit is contained in:
Ben Lindstrom 2002-06-06 20:44:06 +00:00
Родитель ca8943e6de
Коммит 10d9936413
2 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -44,8 +44,9 @@
- stevesk@cvs.openbsd.org 2002/05/28 17:28:02
[uidswap.c]
format spec change/casts and some KNF; ok markus@
- (bal) Corrected debug() in uidswap.c to match upstream.
- stevesk@cvs.openbsd.org 2002/05/28 21:24:00
[uidswap.c]
use correct function name in fatal()
20020604
- (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
@ -730,4 +731,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2157 2002/06/06 20:42:04 mouring Exp $
$Id: ChangeLog,v 1.2158 2002/06/06 20:44:06 mouring Exp $

Просмотреть файл

@ -12,7 +12,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: uidswap.c,v 1.21 2002/05/28 17:28:02 stevesk Exp $");
RCSID("$OpenBSD: uidswap.c,v 1.22 2002/05/28 21:24:00 stevesk Exp $");
#include "log.h"
#include "uidswap.h"