summaryrefslogtreecommitdiff
path: root/cli.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-05-06 18:01:43 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-05-06 18:01:43 +0000
commitf278613f5e3f6d3577a21004c09ef4a2f720bbb5 (patch)
tree06fed08c99bf06970a1b7aba3f67146143bab1bd /cli.c
parentaafff9cc7619d238e27500d0e4d2e4ea0fa140e1 (diff)
- (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
Diffstat (limited to 'cli.c')
-rw-r--r--cli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli.c b/cli.c
index d0f0cf3ff..4adde4bea 100644
--- a/cli.c
+++ b/cli.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cli.c,v 1.11 2001/03/06 00:33:04 deraadt Exp $ */ 1/* $OpenBSD: cli.c,v 1.12 2001/05/06 17:52:07 mouring Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -25,7 +25,7 @@
25 */ 25 */
26 26
27#include "includes.h" 27#include "includes.h"
28RCSID("$OpenBSD: cli.c,v 1.11 2001/03/06 00:33:04 deraadt Exp $"); 28RCSID("$OpenBSD: cli.c,v 1.12 2001/05/06 17:52:07 mouring Exp $");
29 29
30#include "xmalloc.h" 30#include "xmalloc.h"
31#include "log.h" 31#include "log.h"