aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sge53/files/patch-utilbin_infotext.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sge53/files/patch-utilbin_infotext.c')
-rw-r--r--sysutils/sge53/files/patch-utilbin_infotext.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/sge53/files/patch-utilbin_infotext.c b/sysutils/sge53/files/patch-utilbin_infotext.c
new file mode 100644
index 000000000000..bd5cb521812e
--- /dev/null
+++ b/sysutils/sge53/files/patch-utilbin_infotext.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- utilbin/infotext.c.orig Tue Mar 30 16:50:40 2004
++++ utilbin/infotext.c Tue Mar 30 16:51:20 2004
+@@ -1035,7 +1035,7 @@
+ DPRINTF(("pass 4\n"));
+ {
+ if (real_args > 0) {
+-#if defined(ALPHA) || defined(ALPHA5) || defined(ALINUX) || defined(HP11) || defined(HP10) || __GNUC__ == 3
++#if defined(ALPHA) || defined(ALPHA5) || defined(ALINUX) || defined(HP11) || defined(HP10) || defined(FREEBSD_ALPHA) || __GNUC__ == 3
+ for(i=0;i<real_args;i++) {
+ /* printf("argument[%d]: \"%s\"\n",i,argv[first_arg +i]); */
+ sge_dstring_copy_string(&buffer, sge_infotext_string_replace(&tmp_buf, (char*)sge_dstring_get_string(&buffer2),"%s",argv[first_arg +i],1));