K 10 svn:author V 8 gallatin K 8 svn:date V 27 2000-12-02T04:15:17.000000Z K 7 svn:log V 392 exec_osf1_imgact() should return -1 for non OSF1/ECOFF binaries, it should not return ENOEXEC. This is because image activators should return -1 if they don't claim an image. They should return ENOEXEC if they do claim it, but cannot load it due to sime problem with the image. This bug was preventing static compilation of the osf/1 module. I'm surprised it did not cause more problems. END