changes to get rsync working on a CRAY J90. This machine doesn't have
authorAndrew Tridgell <tridge@samba.org>
Thu, 29 Oct 1998 05:01:47 +0000 (05:01 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 29 Oct 1998 05:01:47 +0000 (05:01 +0000)
commit8de330a38717f8f808e8aa88a5f4391c310e7fd6
tree2e36b69c3737618d25dc4fb7eff7ace726c09647
parent27d3cdbc943a57d64f4f2a35a4f1e1b15d9ca41f
changes to get rsync working on a CRAY J90. This machine doesn't have
a 4 byte integer type (short is 8 bytes). I needed to use a new md4
implementation (I used the portable one I wrote for Samba).
Makefile.in
aclocal.m4 [new file with mode: 0644]
checksum.c
config.guess [new file with mode: 0755]
config.sub [new file with mode: 0755]
configure.in
io.c
lib/mdfour.c [new file with mode: 0644]
lib/mdfour.h [new file with mode: 0644]
receiver.c
rsync.h