Here is a small patch I found necessary to build gridftp from GT5.2.1 on 
Solaris 10 using vendorcc64dbg. It simply comments out an empty (and apparently 
unused) typedef. Is the the "right" thing to do, or is there a more proper fix?

Thanks.


Index: gridftp/server/src/globus_i_gfs_data.c
===================================================================
diff -u globus_i_gfs_data.c
--- gridftp/server/src/globus_i_gfs_data.c      Fri May 25 11:17:32 2012
+++ gridftp/server/src/globus_i_gfs_data.c      Fri May 25 11:22:33 2012
@@ -282,10 +282,12 @@
     globus_bool_t                       finished_delayed;
 } globus_l_gfs_data_operation_t;
 
+/*
 typedef struct globus_i_gfs_op_info_s
 {
     
 } globus_i_gfs_op_info_t;
+*/
 
 typedef struct
 {

--
Stuart Anderson  [email protected]
http://www.ligo.caltech.edu/~anderson



Reply via email to