diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-19 07:32:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-19 07:32:37 +0000 |
commit | ce7671764357217480ac409c63773cf5581365a8 (patch) | |
tree | 43470b08fe4920c371814e388db82ca2e63ce503 /usr.bin/vgrind/vgrindefs.c | |
parent | 2bf29363ec4ca7faeecb66c48e7d796c23a88ea1 (diff) |
make this work on sparc64, some borrowed from netbsd; raj@cerias.purdue.edu
Diffstat (limited to 'usr.bin/vgrind/vgrindefs.c')
-rw-r--r-- | usr.bin/vgrind/vgrindefs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vgrind/vgrindefs.c b/usr.bin/vgrind/vgrindefs.c index 9d5b3d65645..a4a559b45ab 100644 --- a/usr.bin/vgrind/vgrindefs.c +++ b/usr.bin/vgrind/vgrindefs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vgrindefs.c,v 1.3 2001/11/19 19:02:17 mpech Exp $ */ +/* $OpenBSD: vgrindefs.c,v 1.4 2003/02/19 07:32:36 deraadt Exp $ */ /* $NetBSD: vgrindefs.c,v 1.5 1994/12/20 12:05:29 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)vgrindefs.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: vgrindefs.c,v 1.3 2001/11/19 19:02:17 mpech Exp $"; +static char rcsid[] = "$OpenBSD: vgrindefs.c,v 1.4 2003/02/19 07:32:36 deraadt Exp $"; #endif /* not lint */ #define BUFSIZ 1024 @@ -308,7 +308,7 @@ tgetstr(id, area) } /* - * Tdecode does the grung work to decode the + * Tdecode does the grunt work to decode the * string capability escapes. */ static char * |