Annotation of 42BSD/lib/libc/gen/setuid.c, revision 1.1

1.1     ! root        1: /*     setuid.c        4.1     83/06/30        */
        !             2: 
        !             3: /*
        !             4:  * Backwards compatible setuid.
        !             5:  */
        !             6: setuid(uid)
        !             7:        int uid;
        !             8: {
        !             9: 
        !            10:        return (setreuid(uid, uid));
        !            11: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.