diff options
Diffstat (limited to 'robots/move.c')
| -rw-r--r-- | robots/move.c | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/robots/move.c b/robots/move.c index bab08c74..1396cd06 100644 --- a/robots/move.c +++ b/robots/move.c @@ -1,6 +1,8 @@ +/* $NetBSD: move.c,v 1.4 1995/04/22 10:08:58 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,12 +34,16 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)move.c 5.4 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: move.c,v 1.3 1993/08/01 18:52:44 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: move.c,v 1.4 1995/04/22 10:08:58 cgd Exp $"; +#endif #endif /* not lint */ -# include "robots.h" -# include <ctype.h> +#include <sys/ttydefaults.h> +#include <ctype.h> +#include "robots.h" # define ESC '\033' |
