--- src/usr.bin/window/cmd3.c 2003/06/17 04:29:33 1.2 +++ src/usr.bin/window/cmd3.c 2005/04/15 17:55:29 1.3 @@ -35,14 +35,14 @@ * * @(#)cmd3.c 8.1 (Berkeley) 6/6/93 * $FreeBSD: src/usr.bin/window/cmd3.c,v 1.1.1.1.14.2 2001/05/17 09:45:00 obrien Exp $ - * $DragonFly: src/usr.bin/window/cmd3.c,v 1.1 2003/06/16 07:12:58 dillon Exp $ + * $DragonFly$ */ #include "defs.h" #include "mystring.h" setescape(esc) -register char *esc; +char *esc; { if (*esc == '^') { if (esc[1] != 0) @@ -54,7 +54,7 @@ register char *esc; } setlabel(w, label) -register struct ww *w; +struct ww *w; char *label; { if (w->ww_label != 0)