diff options
Diffstat (limited to 'usr.bin/window/local.h')
-rw-r--r-- | usr.bin/window/local.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/window/local.h b/usr.bin/window/local.h index 06fd8b55c08..b5dea77a0f6 100644 --- a/usr.bin/window/local.h +++ b/usr.bin/window/local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: local.h,v 1.3 1997/02/25 00:04:08 downsj Exp $ */ +/* $OpenBSD: local.h,v 1.4 1999/11/14 17:34:24 millert Exp $ */ /* $NetBSD: local.h,v 1.3 1995/09/28 10:34:26 tls Exp $ */ /* @@ -48,7 +48,7 @@ #define NLINE 48 /* default text buffer size */ #ifdef TERMINFO -#define _PATH_CAPTOINFO "/usr/5bin/captoinfo" -#define _PATH_TIC "/usr/5bin/tic" +#define _PATH_CAPTOINFO "/usr/bin/captoinfo" +#define _PATH_TIC "/usr/bin/tic" #define _PATH_RM "/bin/rm" #endif |