Module Name: src Committed By: christos Date: Thu Jan 31 12:31:50 UTC 2019
Modified Files: src/sys/dev/raidframe: rf_compat50.c rf_compat50.h rf_compat50_mod.h rf_compat80.c rf_compat80_mod.h src/sys/sys: compat_stub.h Log Message: Prevent integer overflow: ioctl commands are u_long. For consistency move prototype to the _mod.h header. XXX: Why are the compat files here? Shouldn't they be in compat/common? Or because this could be a separate module, they belong with it? To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/raidframe/rf_compat50.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/raidframe/rf_compat50.h cvs rdiff -u -r1.2 -r1.3 src/sys/dev/raidframe/rf_compat50_mod.h \ src/sys/dev/raidframe/rf_compat80_mod.h cvs rdiff -u -r1.6 -r1.7 src/sys/dev/raidframe/rf_compat80.c cvs rdiff -u -r1.8 -r1.9 src/sys/sys/compat_stub.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.