diff options
-rw-r--r-- | lib/libocurses/pathnames.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libocurses/pathnames.h b/lib/libocurses/pathnames.h index 26153535eee..01a3507e4be 100644 --- a/lib/libocurses/pathnames.h +++ b/lib/libocurses/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.2 1998/11/19 17:07:14 millert Exp $ */ +/* $OpenBSD: pathnames.h,v 1.3 1998/11/19 17:12:26 millert Exp $ */ /* $NetBSD: pathnames.h,v 1.3 1995/02/27 10:18:43 cgd Exp $ */ /* @@ -37,4 +37,4 @@ */ #define _PATH_TERMCAP "/usr/share/misc/termcap" -#define _PATH_DEF __CONCAT(".termcap",_PATH_TERMCAP) +#define _PATH_DEF __CONCAT(".termcap ",_PATH_TERMCAP) |