summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-04-02 20:53:39 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-04-02 20:53:39 +0000
commit1e259bb0bf07db3b14b534d74641d374f7db54e7 (patch)
treea4bfcae9b61c7aca244789270de0de389c2f4a8a
parent47fd8112b5ad0e83d895e5be9342b70832ea3075 (diff)
- (bal) CVS ID sync of uidswap.c
-rw-r--r--ChangeLog3
-rw-r--r--uidswap.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 391eb00e2..cf42f3650 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
3 - deraadt@cvs.openbsd.org 2002/03/30 17:45:46 3 - deraadt@cvs.openbsd.org 2002/03/30 17:45:46
4 [scp.c] 4 [scp.c]
5 stretch banners 5 stretch banners
6 - (bal) CVS ID sync of uidswap.c
6 - (bal) OpenBSD CVS Sync (now for the real sync) 7 - (bal) OpenBSD CVS Sync (now for the real sync)
7 - markus@cvs.openbsd.org 2002/03/27 22:21:45 8 - markus@cvs.openbsd.org 2002/03/27 22:21:45
8 [ssh-keygen.c] 9 [ssh-keygen.c]
@@ -8129,4 +8130,4 @@
8129 - Wrote replacements for strlcpy and mkdtemp 8130 - Wrote replacements for strlcpy and mkdtemp
8130 - Released 1.0pre1 8131 - Released 1.0pre1
8131 8132
8132$Id: ChangeLog,v 1.2013 2002/04/02 20:48:19 mouring Exp $ 8133$Id: ChangeLog,v 1.2014 2002/04/02 20:53:39 mouring Exp $
diff --git a/uidswap.c b/uidswap.c
index bc67d74b0..bbef830eb 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: uidswap.c,v 1.19 2001/12/19 07:18:56 deraadt Exp $"); 15RCSID("$OpenBSD: uidswap.c,v 1.20 2002/04/01 21:50:51 stevesk Exp $");
16 16
17#include "log.h" 17#include "log.h"
18#include "uidswap.h" 18#include "uidswap.h"