Module Name: src Committed By: bouyer Date: Wed Nov 30 09:51:18 UTC 2011
Modified Files: src/sys/dev: fss.c Log Message: On LP64 host, fss_get and fss_get50 have the same size; so FSSIOCGET50 and FSSIOCGET are identical and the compiler complains about "duplicate case value". Guard FSSIOCGET50 with #ifndef _LP64/#endif to fix this. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/fss.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.