summaryrefslogtreecommitdiff
path: root/uidswap.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-06 20:44:06 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-06 20:44:06 +0000
commit10d9936413b8af27ee8a345cbcc02b732e9ffc52 (patch)
tree0c589d6cee6836918411151b1c5b704f745a73d6 /uidswap.c
parentca8943e6deefa16a3fc5c4d3b93d13b23d9dfc59 (diff)
downloadopenssh-git-10d9936413b8af27ee8a345cbcc02b732e9ffc52.tar.gz
- stevesk@cvs.openbsd.org 2002/05/28 21:24:00
[uidswap.c] use correct function name in fatal() [See the patch above, I saw it before apply the next patch. <sigh>]
Diffstat (limited to 'uidswap.c')
-rw-r--r--uidswap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uidswap.c b/uidswap.c
index b35cb5b8..9377ca4b 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -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"