Displaying 9 results from an estimated 9 matches for "prj_src".
Did you mean:
nr_src
2002 Jan 07
1
rsync-2.5.1 / socket.c - unititialized variable breaks build.
In socket.c, the variable error is unitilialzed.
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_so...
2002 Jan 07
0
rsync-2.5.1 / zlib patches
...for strerror() is different than the one in the standard
header file.
-John
wb8tyw@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 (...
2002 Jan 13
1
rsynd-2.5.1 / batch.c patch
...) was being used where the usage indicated either (void)
or (unsigned char) should 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;...
2002 Jan 07
2
rsync-2.5.1 / popt patches
...rgDescrip() 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 @@
#include <fcntl.h>
#include <limits.h>
-#if HAVE_MCHECK_H
+#ifdef HAVE_MCHECK_H
#include <mcheck.h>
#endif...
2002 Jan 07
0
rsync-2.5.1 / lib patches
...lso 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"
+#endif
#ifndef HAVE_FNMATCH
/* ----- THE FOLLOWING UP TO 'END' is glibc-2.1.2 posix/fnmatch.c
@@ -128,7 +133,11...
2002 Jan 13
0
rsynd-2.5.1 / checksum.c patches
...ule where type (char) is being used
instead of what appears should be (unsigned char).
-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...
2002 Feb 11
0
RSYNC 2.5.2 type mismatches in batch.c
...Opinion Only
batch.c
(char *) is being used as a type, when a generic structure 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;...
2002 Jan 07
0
rsync-2.5.1 / updated syscall.c "const" patch
...s discovered while working on resovling the conflicts between
signed and unsigned 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)
{...
2002 Jan 13
0
rsynd-2.5.1 / io.c patches
...e (char) type was also being used where the usage was actually an
(unsigned 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_lo...