Subject: CVS commit: pkgsrc/pkgtools/digest/files
To: None <pkgsrc-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: pkgsrc-changes
Date: 06/16/2003 13:35:23
Module Name:	pkgsrc
Committed By:	atatat
Date:		Mon Jun 16 13:35:23 UTC 2003

Modified Files:
	pkgsrc/pkgtools/digest/files: digest.c

Log Message:
A function that is declared to return an int *really ought to do do*.
I expect that since all possible code paths through this function did,
as their last step, an assignment of what was to be the return value,
that the registers somehow ended up nicely arranged after we fell out
of the bottom of the function.

But it's still better just to return a value.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/pkgtools/digest/files/digest.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.