search for: openvms_axp

Displaying 9 results from an estimated 9 matches for "openvms_axp".

2002 Jan 07
0
rsync-2.5.1 / zlib patches
...b8tyw@qsl.network Personal Opinion Only PROJECT_ROOT:[rsync_vms.ZLIB]ADLER32.GDIFF;1 --- ref_zlib:adler32.c Thu May 7 01:19:41 1998 +++ lcl_zlib:adler32.c Sun Jan 6 08:43:46 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_zlib:adler32.tpu on 6-JAN-2002 08:43:46.62 OPENVMS_AXP */ /* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h @@ -29,7 +30,7 @@ if (buf == Z_NULL) return 1L; - while (len > 0) { + while (len != 0) {...
2002 Jan 07
2
rsync-2.5.1 / popt patches
...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 <stdlib.h> #include <string.h> -#if H...
2002 Jan 07
1
rsync-2.5.1 / socket.c - unititialized variable breaks build.
...alzed. Also the variable length should be an unsigned int. EAGLE> type socket.gdiff --- ref_src:socket.c Sat Jan 5 13:27:07 2002 +++ lcl_src:socket.c Sun Jan 6 08:40:51 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_src:socket.tpu on 6-JAN-20 02 08:40:51.01 OPENVMS_AXP */ /* -*- c-file-style: "linux" -*- Copyright (C) 1992-2001 by Andrew Tridgell <tridge@samba.org> @@ -105,7 +106,8 @@ bhints.ai_family = ai_family; bhints.ai_socktype = ai_socktype; bhints.ai_flags = AI_PASSIVE; - if (getaddrinfo(bind_address...
2002 Jan 13
1
rsynd-2.5.1 / batch.c patch
...ould be used. -John wb8tyw@qsl.network Personal Opinion Only EAGLE> type batch.gdiff --- ref_src:batch.c Sat Jan 5 13:27:01 2002 +++ lcl_src:batch.c Sat Jan 12 21:21:52 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND PRJ_SRC:BATCH.TPU on 12-JAN-2002 21:21:52.41 OPENVMS_AXP */ /* -*- c-file-style: "linux" -*- Weiss 1/1999 @@ -22,7 +23,7 @@ struct file_list *batch_flist; -void create_batch_file_ext() +void create_batch_file_ext(void) { struct tm *timeptr; time_t elapsed_seconds; @@ -103,7 +104,7 @@ if (i == fli...
2002 Jan 07
0
rsync-2.5.1 / lib patches
...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" +#endif #ifndef HAVE_FNMATCH /* ----- THE FOLLOWING UP TO 'END' is glibc-2.1.2 posix/fnmatch.c @@ -128,7 +133,11 @@ whose names are inconsistent. */ # if !defined _LIBC && !defined...
2002 Jan 13
0
rsynd-2.5.1 / checksum.c patches
...har). -John wb8tyw@qsl.network Personal Opinion Only EAGLE> type checksum.gdiff --- ref_src:checksum.c Sat Jan 5 13:27:01 2002 +++ lcl_src:checksum.c Sun Jan 6 22:41:06 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND PRJ_SRC:CHECKSUM.TPU on 6-JAN-2002 22:41:06.45 OPENVMS_AXP */ /* Copyright (C) Andrew Tridgell 1996 Copyright (C) Paul Mackerras 1996 @@ -30,7 +31,7 @@ a simple 32 bit checksum that can be upadted from either end (inspired by Mark Adler's Adler-32 checksum) */ -uint32 get_checksum1(char *buf1,int len) +uint32 get_checksum1(const...
2002 Feb 11
0
RSYNC 2.5.2 type mismatches in batch.c
...ucture is being passed. (void *) appears to be what is needed. EAGLE> type batch.gdiff --- ref_src:batch.c Sat Feb 9 21:17:28 2002 +++ lcl_src:batch.c Sat Feb 9 23:09:27 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND PRJ_SRC:BATCH.TPU on 9-FEB-2002 23:09:26.95 OPENVMS_AXP */ /* -*- c-file-style: "linux" -*- Weiss 1/1999 @@ -22,7 +23,7 @@ struct file_list *batch_flist; -void create_batch_file_ext() +void create_batch_file_ext(void) { struct tm *timeptr; time_t elapsed_seconds; @@ -108,7 +109,7 @@ if (i == fli...
2002 Jan 07
0
rsync-2.5.1 / updated syscall.c "const" patch
...values. -John wb8tyw@qsl.network Personal Opinion Only EAGLE> type syscall.gdiff --- ref_src:syscall.c Sat Jan 5 13:27:07 2002 +++ lcl_src:syscall.c Sun Jan 6 23:12:41 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_src:syscall.tpu on 6-JAN-2 002 23:12:41.17 OPENVMS_AXP */ /* Copyright (C) Andrew Tridgell 1998 @@ -28,22 +29,24 @@ #define CHECK_RO if (read_only || list_only) {errno = EROFS; return -1;} -int do_unlink(char *fname) +int do_unlink(const char *fname) { if (dry_run) return 0; CHECK_RO return unlink(fname); } -...
2002 Jan 13
0
rsynd-2.5.1 / io.c patches
...d char). const qualifiers were added to improve compile efficiency. EAGLE> type io.gdiff --- ref_src:io.c Sat Jan 5 13:27:04 2002 +++ lcl_src:io.c Sat Jan 12 18:29:18 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND PRJ_SRC:IO.TPU on 12-JAN-2002 18:29:18.32 OPENVMS_AXP */ /* -*- c-file-style: "linux" -*- Copyright (C) 1996-2001 by Andrew Tridgell @@ -49,7 +50,7 @@ static int io_error_fd = -1; -static void read_loop(int fd, char *buf, int len); +static void read_loop(int fd, void *buf, int len); static void check_timeout(void) { @@ -163,...