Both SA-16:03 and SA-16:04 give the following instructions: # cd /usr/src # patch < /path/to/patch # cd /usr/src/amd64/linux32 # make sysent # cd /usr/src/i386/linux # make sysent On my 9.3-RELEASE machine I don't have /usr/src/amd64 or /usr/src/i386. Are the correct directories /usr/src/sys/amd64/linux32 and /usr/src/sys/i386/linux?