summaryrefslogtreecommitdiff
path: root/uidswap.c
diff options
context:
space:
mode:
authormouring <mouring>2002-06-06 20:44:06 +0000
committermouring <mouring>2002-06-06 20:44:06 +0000
commitfceb4f49874a45fc5dc29249222141282249fd39 (patch)
tree8dc83fb177b3ee23030efe9aa28fa6adc9d76591 /uidswap.c
parent9a5819c3042a9893d2c1244fe9537d192ac26859 (diff)
downloadopenssh-fceb4f49874a45fc5dc29249222141282249fd39.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"