summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/pathnames.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2001-12-08 17:49:29 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2001-12-08 17:49:29 +0000
commit77962f5cdd11f9b386367da83b06b8cccae2332b (patch)
treed66fe5be4af1974eb22202b3c3fb290e0135fe9e /usr.bin/ssh/pathnames.h
parent5544acd7266d0ac942f4eb151dd1de44ac7ce4fc (diff)
use only one path to X11 UNIX domain socket vs. an array of paths
to try. report from djast@cs.toronto.edu. ok markus@
Diffstat (limited to 'usr.bin/ssh/pathnames.h')
-rw-r--r--usr.bin/ssh/pathnames.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/pathnames.h b/usr.bin/ssh/pathnames.h
index b87bc6e2da3..a19604734e5 100644
--- a/usr.bin/ssh/pathnames.h
+++ b/usr.bin/ssh/pathnames.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pathnames.h,v 1.9 2001/06/23 02:34:30 markus Exp $ */
+/* $OpenBSD: pathnames.h,v 1.10 2001/12/08 17:49:28 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -112,6 +112,9 @@
/* xauth for X11 forwarding */
#define _PATH_XAUTH "/usr/X11R6/bin/xauth"
+/* UNIX domain socket for X11 server; displaynum will replace %u */
+#define _PATH_UNIX_X "/tmp/.X11-unix/X%u"
+
/* for scp */
#define _PATH_CP "cp"