Annotation of xinu/sys/ionull.c, revision 1.1

1.1     ! root        1: /* ionull.c - ionull */
        !             2: 
        !             3: #include <conf.h>
        !             4: #include <kernel.h>
        !             5: 
        !             6: /*------------------------------------------------------------------------
        !             7:  *  ionull  -  do nothing (used for "don't care" entries in devtab)
        !             8:  *------------------------------------------------------------------------
        !             9:  */
        !            10: ionull()
        !            11: {
        !            12:        return(OK);
        !            13: }

unix.superglobalmegacorp.com

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