aboutsummaryrefslogtreecommitdiffstats
path: root/science/vmd/files/patch-utilities.C
blob: 41abe5f0c839f60de3d4c1d71b25262a3d53360d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/utilities.C.orig    Sat Jan 22 16:15:24 2005
+++ src/utilities.C Sat Jan 22 16:15:45 2005
@@ -396,7 +396,7 @@
     return stringdup("Windows User");
   }
 #else
-#if defined(ARCH_FREEBSD) || defined(__APPLE__) || defined(__linux)
+#if defined(ARCH_FREEBSD) || defined(ARCH_FREEBSDAMD64) || defined(__APPLE__) || defined(__linux)
   return stringdup(getlogin());
 #else
   return stringdup(cuserid(NULL));