Displaying 1 result from an estimated 1 matches for "ref_lib".
Did you mean:
ref_zlib
2002 Jan 07
0
rsync-2.5.1 / lib patches
...(LEVEL4, QUESTCODE)
fnmatch.c and mdfour.c. Compaq C on OpenVMS can not deal with relative
path names in #include files.
Also the local prototype for getenv() does not match the one in stdlib.h.
-John
wb8tyw@qsl.network
Personal Opinion Only
PROJECT_ROOT:[rsync_vms.LIB]FNMATCH.GDIFF;1
--- ref_lib:fnmatch.c Sat Jan 29 05:35:04 2000
+++ lcl_lib:fnmatch.c Sun Jan 6 08:42:06 2002
@@ -1,4 +1,9 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_lib:fnmatch.tpu on
6-JAN-2
002 08:42:06.02 OPENVMS_AXP */
+#ifdef __VMS
+#include "rsync.h"
+#else
#include "../rsync.h"...