summaryrefslogtreecommitdiffstats
path: root/bin/ed/cbc.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-07 21:33:47 +0000
committersteve <steve@FreeBSD.org>1997-08-07 21:33:47 +0000
commit792ebc1ba3981adf13023821a2f7c78a8ef90e4e (patch)
tree7992cbdae017dc974bc3478782222e4aede15b88 /bin/ed/cbc.c
parent548d1c00562f600dffcd4e78769f98102770f319 (diff)
downloadFreeBSD-src-792ebc1ba3981adf13023821a2f7c78a8ef90e4e.zip
FreeBSD-src-792ebc1ba3981adf13023821a2f7c78a8ef90e4e.tar.gz
sccsid -> rcsid and fix some minor nits.
Diffstat (limited to 'bin/ed/cbc.c')
-rw-r--r--bin/ed/cbc.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c
index 9367853..dbae5f9 100644
--- a/bin/ed/cbc.c
+++ b/bin/ed/cbc.c
@@ -35,16 +35,23 @@
* SUCH DAMAGE.
*
* from: @(#)bdes.c 5.5 (Berkeley) 6/27/91
- * $Id$
*/
#ifndef lint
+#if 0
static char * const rcsid = "@(#)cbc.c,v 1.2 1994/02/01 00:34:36 alm Exp";
+#else
+static char * const rcsid =
+ "$Id: cbc.c,v 1.9 1997/02/22 14:03:12 peter Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>
#include <errno.h>
#include <pwd.h>
+#ifdef DES
+#include <time.h>
+#endif
#include "ed.h"
OpenPOWER on IntegriCloud