diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
tree | fb8d61358190cc429db453d54fb9920ccfde716f /sysutils/sge60/files/patch-utilbin_infotext.c | |
parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) |
Diffstat (limited to 'sysutils/sge60/files/patch-utilbin_infotext.c')
-rw-r--r-- | sysutils/sge60/files/patch-utilbin_infotext.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/sge60/files/patch-utilbin_infotext.c b/sysutils/sge60/files/patch-utilbin_infotext.c deleted file mode 100644 index bd5cb521812e..000000000000 --- a/sysutils/sge60/files/patch-utilbin_infotext.c +++ /dev/null @@ -1,14 +0,0 @@ - -$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)); |