Cannot apply delete-sent-files.diff on solaris platform

Wayne Davison wayned at samba.org
Mon Oct 18 17:21:54 GMT 2004


On Mon, Oct 18, 2004 at 08:02:58AM -0700, Saunders, Shawn wrote:
> cat ./*.c ./lib/compat.c | awk -f ./mkproto.awk >./proto.h.new
> awk: syntax error near line 12

This is your awk complaining.  You could try running that command using
nawk or gawk (gawk will definitely work), but (if you don't have gawk)
the fastest kluge is probably to just add the new function prototype
manually to proto.h.  It is this:

void successful_send(int i);

Alternately, since you say you built this on other machines, you should
be able to just copy the updated proto.h file from one of your Linux
boxes (and, of course, skip the "make proto" step).

..wayne..


More information about the rsync mailing list