=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/pathnames.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ssh/pathnames.h 2001/06/23 02:34:30 1.9 +++ src/usr.bin/ssh/pathnames.h 2001/12/08 17:49:28 1.10 @@ -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 @@ -111,6 +111,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"