diff options
Diffstat (limited to 'net/rdist6/files/patch-client.c')
-rw-r--r-- | net/rdist6/files/patch-client.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/rdist6/files/patch-client.c b/net/rdist6/files/patch-client.c new file mode 100644 index 000000000000..3a951081b1a6 --- /dev/null +++ b/net/rdist6/files/patch-client.c @@ -0,0 +1,9 @@ +--- src/client.c Mon Nov 9 23:08:47 1998 ++++ src/client.c Tue Jan 18 15:47:15 2005 +@@ -762,5 +762,5 @@ + char *owner = NULL, *group = NULL; + int done, n; +- u_char *cp; ++ char *cp; + + debugmsg(DM_CALL, "update(%s, 0x%x, 0x%x)\n", rname, opts, statp); |