head 1.2; access; symbols; locks; strict; comment @ * @; 1.2 date 93.08.25.17.29.12; author jromine; state Exp; branches; next 1.1; 1.1 date 93.08.25.17.28.37; author jromine; state Exp; branches; next ; desc @@ 1.2 log @off_t fixes for BSD44 @ text @/* ttyd.h - definitions for ttyd */ #ifndef lint static char Id[] = "@@(#)$Id:$"; #endif /* The Regents of the University of California wish to make it known that: * * * DISCLAIMER * * "Although each program has been tested by its contributor, no * warranty, express or implied, is made by the contributor or the * University of California, as to the accuracy and functioning of * the program and related program material, nor shall the fact of * distribution constitute any such warranty, and no responsibility * is assumed by the contributor or the University of California in * connection herewith." * */ /* */ #define MAIL "/bin/mail" #define SMLWAIT 60 /* seconds for select() */ #define NOTOK (-1) #define OK 0 #define DONE 1 #define TRUE 1 #define FALSE 0 #define serror \ (errno > 0 && errno < sys_nerr ? sys_errlist[errno] : "Unknown error") extern int errno; #ifndef BSD44 extern int sys_nerr; extern char *sys_errlist[]; extern char *sys_siglist[]; #endif @ 1.1 log @Initial revision @ text @d2 3 d39 1 d43 1 @