yuuji@0: /* ======================================================================== yuuji@0: * Copyright 1988-2007 University of Washington yuuji@0: * yuuji@0: * Licensed under the Apache License, Version 2.0 (the "License"); yuuji@0: * you may not use this file except in compliance with the License. yuuji@0: * You may obtain a copy of the License at yuuji@0: * yuuji@0: * http://www.apache.org/licenses/LICENSE-2.0 yuuji@0: * yuuji@0: * yuuji@0: * ======================================================================== yuuji@0: */ yuuji@0: yuuji@0: /* yuuji@0: * Program: Operating-system dependent routines -- Convex version yuuji@0: * yuuji@0: * Author: Mark Crispin yuuji@0: * Networks and Distributed Computing yuuji@0: * Computing & Communications yuuji@0: * University of Washington yuuji@0: * Administration Building, AG-44 yuuji@0: * Seattle, WA 98195 yuuji@0: * yuuji@0: * Date: 11 May 1989 yuuji@0: * Last Edited: 16 August 2007 yuuji@0: */ yuuji@0: yuuji@0: #define isodigit(c) (((unsigned)(c)>=060)&((unsigned)(c)<=067)) yuuji@0: #define toint(c) ((c)-'0') yuuji@0: yuuji@0: #include yuuji@0: yuuji@0: #include "tcp_unix.h" /* must be before osdep includes tcp.h */ yuuji@0: #include "mail.h" yuuji@0: #include "osdep.h" yuuji@0: #include yuuji@0: #include yuuji@0: #include yuuji@0: #include yuuji@0: #include yuuji@0: #include yuuji@0: #include yuuji@0: #include yuuji@0: #include yuuji@0: extern int errno; /* just in case */ yuuji@0: #include yuuji@0: #include "misc.h" yuuji@0: yuuji@0: yuuji@0: #include "fs_unix.c" yuuji@0: #include "ftl_unix.c" yuuji@0: #include "nl_unix.c" yuuji@0: #include "env_unix.c" yuuji@0: #define fork vfork yuuji@0: #include "tcp_unix.c" yuuji@0: #include "gr_wait.c" yuuji@0: #include "tz_nul.c"