Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/restore



Module Name:    src
Committed By:   dholland
Date:           Sat Aug  6 20:46:42 UTC 2011

Modified Files:
        src/sbin/restore: Makefile restore.h tape.c

Log Message:
Add wrapper functions around hash algorithm operations to avoid
undefined behavior arising from illegal function casts. As a side
effect, no longer need -Wno-pointer-sign either.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sbin/restore/Makefile
cvs rdiff -u -r1.19 -r1.20 src/sbin/restore/restore.h
cvs rdiff -u -r1.64 -r1.65 src/sbin/restore/tape.c

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



Home | Main Index | Thread Index | Old Index