Ethereal-dev: Re: [ethereal-dev] Comment update on packet-ntp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 24 Oct 1999 18:54:46 -0700
> I can't wait till end of weekend, so I wrote some additional comments in
> packet-ntp.c. Please apply them, if it is not too much work to do it.

	Save attachment to "/tmp/patch"
	cd src/cmd/ethereal
	patch </tmp/patch
	cvs diff packet-ntp.c >/tmp/diffs
	<edit /tmp/diffs to see what the patch includes, and, based on
	that, construct a checkin comment>
	cvs commit packet-ntp.c
	<read in the comment now in "/tmp/diffs">

Not much work at all - done.