Annotation of coherent/g/usr/lib/uucp/tay104/unix/ultspl.c, revision 1.1

1.1     ! root        1: /* ultspl.c
        !             2:    See whether there is an Ultrix spool directory for a system.  */
        !             3: 
        !             4: #include "uucp.h"
        !             5: 
        !             6: #include "uudefs.h"
        !             7: #include "sysdep.h"
        !             8: #include "system.h"
        !             9: 
        !            10: boolean
        !            11: fsultrix_has_spool (zsystem)
        !            12:      const char *zsystem;
        !            13: {
        !            14:   char *z;
        !            15:   boolean fret;
        !            16: 
        !            17:   z = zsysdep_in_dir ("sys", zsystem);
        !            18:   fret = fsysdep_directory (z);
        !            19:   ubuffree (z);
        !            20:   return fret;
        !            21: }

unix.superglobalmegacorp.com

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