Sun Jul 30 06:24:25 2023 UTC ()
fix merge botch.


(mrg)
diff -r1.8 -r1.9 src/external/gpl3/gcc/dist/libiberty/make-temp-file.c

cvs diff -r1.8 -r1.9 src/external/gpl3/gcc/dist/libiberty/make-temp-file.c (expand / switch to context diff)
--- src/external/gpl3/gcc/dist/libiberty/make-temp-file.c 2023/07/30 05:51:39 1.8
+++ src/external/gpl3/gcc/dist/libiberty/make-temp-file.c 2023/07/30 06:24:25 1.9
@@ -143,7 +143,7 @@
 
       /* Try /tmp, then /var/tmp.  */
       base = try_dir (tmp, base);
-      base = try_dir (usrtmp, base);
+      base = try_dir (vartmp, base);
       
       /* If all else fails, use the current directory!  */
       if (base == 0)