delete decryption for the foreign sites (4.3-Reno)
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 22 Oct 1990 08:38:03 +0000 (00:38 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 22 Oct 1990 08:38:03 +0000 (00:38 -0800)
SCCS-vsn: usr.bin/ex/ex.c 7.7.1.1
SCCS-vsn: usr.bin/ex/ex.h 7.11
SCCS-vsn: usr.bin/ex/ex.h 7.10.1.1
SCCS-vsn: usr.bin/ex/ex_io.c 7.18.1.1
SCCS-vsn: usr.bin/ex/ex_temp.c 7.7.1.1
SCCS-vsn: usr.bin/ex/Makefile 7.32.1.1

usr/src/usr.bin/ex/Makefile
usr/src/usr.bin/ex/ex.c
usr/src/usr.bin/ex/ex.h
usr/src/usr.bin/ex/ex_io.c
usr/src/usr.bin/ex/ex_temp.c

index c8daa0b..3ed59c1 100644 (file)
@@ -3,22 +3,21 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    7.32 (Berkeley) %G%
+#      @(#)Makefile    7.32.1.1 (Berkeley) %G%
 #
 #
 # Copyright (c) 1980 Regents of the University of California.
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 #
 #
 # Copyright (c) 1980 Regents of the University of California.
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    7.32 (Berkeley) %G%
+#      @(#)Makefile    7.32.1.1 (Berkeley) %G%
 #
 #
-#      @(#)Makefile    7.32 (Berkeley) %G%
+#      @(#)Makefile    7.32.1.1 (Berkeley) %G%
 
 # Things that can be turned off to save space:
 #      LISPCODE (-l flag, showmatch and lisp options)
 #      UCVISUAL (visual \ nonsense on upper case only terminals)
 #      CHDIR (the undocumented chdir command)
 
 # Things that can be turned off to save space:
 #      LISPCODE (-l flag, showmatch and lisp options)
 #      UCVISUAL (visual \ nonsense on upper case only terminals)
 #      CHDIR (the undocumented chdir command)
-#      CRYPT includes code to edit encrypted files (the -x option, like ed.)
 #      VMUNIX makes ex considerably larger, raising many limits and
 #              improving speed and simplicity of maintenance.
 #
 #      VMUNIX makes ex considerably larger, raising many limits and
 #              improving speed and simplicity of maintenance.
 #
@@ -26,7 +25,7 @@
 #
 PROG=  ex
 SUBDIR=        ex3.7recover ex3.7preserve
 #
 PROG=  ex
 SUBDIR=        ex3.7recover ex3.7preserve
-CFLAGS+=-I. -DTABS=8 -DCRYPT -DLISPCODE -DCHDIR -DUCVISUAL -DVFORK -DVMUNIX \
+CFLAGS+=-I. -DTABS=8 -DLISPCODE -DCHDIR -DUCVISUAL -DVFORK -DVMUNIX \
        -DFASTTAG -DUNIX_SBRK
 SRCS=  ex.c ex_addr.c ex_cmds.c ex_cmds2.c ex_cmdsub.c ex_data.c ex_extern.c \
        ex_get.c ex_io.c ex_put.c ex_re.c ex_set.c ex_subr.c ex_tagio.c \
        -DFASTTAG -DUNIX_SBRK
 SRCS=  ex.c ex_addr.c ex_cmds.c ex_cmds2.c ex_cmdsub.c ex_data.c ex_extern.c \
        ex_get.c ex_io.c ex_put.c ex_re.c ex_set.c ex_subr.c ex_tagio.c \
index a653ddd..d77aecf 100644 (file)
@@ -11,7 +11,7 @@ char *copyright =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char *sccsid = "@(#)ex.c        7.7 (Berkeley) %G%";
+static char *sccsid = "@(#)ex.c        7.7.1.1 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index abcfff2..65234ac 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ex.h        7.10 (Berkeley) %G%
+ *     @(#)ex.h        7.10.1.1 (Berkeley) %G%
  */
 
 #ifdef V6
  */
 
 #ifdef V6
index 2f3a7d3..94c1d34 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char *sccsid = "@(#)ex_io.c     7.18 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_io.c     7.18.1.1 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 2195e06..8d7f624 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char *sccsid = "@(#)ex_temp.c   7.7 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_temp.c   7.7.1.1 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"