Fixup fromcvs/togit conversion
[pkgsrcv2.git] / parallel / sge / patches / patch-av
1 $NetBSD$
2
3 GridEngine dev mailing list patch for "nbsd-1" issue, along with aimk change
4
5 --- source/libs/uti/sge_arch.c.orig     2009-04-09 13:19:28.000000000 +1200
6 +++ source/libs/uti/sge_arch.c  2009-04-09 10:10:44.000000000 +1200
7 @@ -72,7 +72,7 @@
8  #define xstr(s) str(s)
9  #define str(s) #s
10  
11 -   return xstr(SGE_ARCH_STRING);
12 +   return (SGE_ARCH_STRING);
13  }
14  
15  /****** uti/prog/sge_get_root_dir() *******************************************