summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-11-19 17:12:26 +0000
committermillert <millert@openbsd.org>1998-11-19 17:12:26 +0000
commite207e930b474bfd9a9c0715ff0f235783223c481 (patch)
treebf5bf508360dff386259e9e76a53efc4edad27a8 /lib
parentFor issetugid case, only ignore $TERMCAP if it is a path (diff)
downloadwireguard-openbsd-e207e930b474bfd9a9c0715ff0f235783223c481.tar.xz
wireguard-openbsd-e207e930b474bfd9a9c0715ff0f235783223c481.zip
add missing space
Diffstat (limited to 'lib')
-rw-r--r--lib/libocurses/pathnames.h4
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)