Displaying 1 result from an estimated 1 matches for "ref_popt".
Did you mean:
  ref_copy
  
2002 Jan 07
2
rsync-2.5.1 / popt patches
...nition of the poptStrerror 
routine.
POPTHELP.C has an error with the definitions of the 
getTableTranslationDomain() and getArgDescrip() routines.
Having a const qualifier on function return value is not legal.
It is legal to return a const pointer.
EAGLE> type lcl_popt:system_h.gdiff
--- ref_popt:system.h   Fri Feb 23 19:32:22 2001
+++ lcl_popt:system.h   Sun Jan  6 08:42:28 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_popt:system.tpu on 
6-JAN-2002 08:42:28.07 OPENVMS_AXP */
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
@@ -7,7 +8,7 @@
  #incl...