=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/more/Attic/more.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/more/Attic/more.c 2000/02/01 03:23:34 1.11 --- src/usr.bin/more/Attic/more.c 2001/07/18 17:17:39 1.12 *************** *** 1,4 **** ! /* $OpenBSD: more.c,v 1.11 2000/02/01 03:23:34 deraadt Exp $ */ /*- * Copyright (c) 1980 The Regents of the University of California. * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: more.c,v 1.12 2001/07/18 17:17:39 pvalchev Exp $ */ /*- * Copyright (c) 1980 The Regents of the University of California. * All rights reserved. *************** *** 974,980 **** char colonch; FILE *helpf; int done; ! char comchar, cmdbuf[80], *p; char option[8]; char *EDITOR; char *editor; --- 974,980 ---- char colonch; FILE *helpf; int done; ! char comchar, cmdbuf[80]; char option[8]; char *EDITOR; char *editor;