Module Name: src Committed By: pooka Date: Fri Jun 26 01:16:54 UTC 2015
Modified Files: src/sbin/raidctl: raidctl.c Log Message: &stars[offset] -> stars+offset. It's shorter! Coincidentally, the change also works around a gcc 5.1 bug which causes a segmentation fault when trying to compile the longer version (guess the compiler got exhausted, or something). https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66345 To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sbin/raidctl/raidctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.