--- xc/lib/xtrans/Xtranssock.c~	Sat Jun 27 03:15:50 1998
+++ xc/lib/xtrans/Xtranssock.c	Sat Jun 27 13:35:30 1998
@@ -234,24 +234,24 @@
 #else /* !hpux */
 
 #if defined(X11_t)
-#define UNIX_PATH "/tmp/.X11-unix/X"
-#define UNIX_DIR "/tmp/.X11-unix"
+#define UNIX_PATH "/temp/X/X11-unix/X"
+#define UNIX_DIR "/temp/X/X11-unix"
 #endif /* X11_t */
 #if defined(XIM_t)
-#define UNIX_PATH "/tmp/.XIM-unix/XIM"
-#define UNIX_DIR "/tmp/.XIM-unix"
+#define UNIX_PATH "/temp/X/XIM-unix/XIM"
+#define UNIX_DIR "/temp/X/XIM-unix"
 #endif /* XIM_t */
 #if defined(FS_t) || defined(FONT_t)
-#define UNIX_PATH "/tmp/.font-unix/fs"
-#define UNIX_DIR "/tmp/.font-unix"
+#define UNIX_PATH "/temp/X/font-unix/fs"
+#define UNIX_DIR "/temp/X/font-unix"
 #endif /* FS_t || FONT_t */
 #if defined(ICE_t)
-#define UNIX_PATH "/tmp/.ICE-unix/"
-#define UNIX_DIR "/tmp/.ICE-unix"
+#define UNIX_PATH "/temp/X/ICE-unix/"
+#define UNIX_DIR "/temp/X/ICE-unix"
 #endif /* ICE_t */
 #if defined(TEST_t)
-#define UNIX_PATH "/tmp/.Test-unix/test"
-#define UNIX_DIR "/tmp/.Test-unix"
+#define UNIX_PATH "/temp/Test-unix/test"
+#define UNIX_DIR "/temp/Test-unix"
 #endif
 
 #endif /* hpux */

