Displaying 1 result from an estimated 1 matches for "prj_popt".
Did you mean:
  pre_post
  
2002 Jan 07
2
rsync-2.5.1 / popt patches
...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 @@
  #include <fcntl.h>
  #include <limits.h>
-#if HAVE_MCHECK_H
+#ifdef HAVE_MCHECK_H
  #include <mcheck.h>
  #endif
@@ -15,7 +16,7 @@
  #include &l...