K 10 svn:author V 3 bsd K 8 svn:date V 27 2000-03-13T23:00:08.000000Z K 7 svn:log V 324 In 'ipcperm()', only call 'suser()' if it is actually required. Previously, it was being called whether it was needed or not and the ASU flag was being set (as a side affect of calling 'suser()') in cases where superuser privileges were not actually needed. This was all pointed out to me by Bruce Evans. Reviewed by: bde END