These are the two minor changes that were made to the smail 3.1.28 sources to get them to compile under Linux 0.99p12, gcc 2.4.5, and libc 4.4.1. Copyright (c) 1993 Ian Kluft Linux smail binary distribution Distribution permitted under the GNU Public License revision 2 or later *** src/ORIGmain.c Sun Aug 29 21:22:13 1993 --- src/main.c Sun Aug 29 21:22:34 1993 *************** *** 24,29 **** --- 24,30 ---- #include #include "defs.h" #if defined(POSIX_OS) || !defined(UNIX_BSD) + # include # include #else # include *** src/ORIGmkdrivtab.sh Mon Aug 30 00:59:01 1993 --- src/mkdrivtab.sh Tue Jul 27 00:31:01 1993 *************** *** 236,238 **** --- 236,239 ---- esac done ) + exit 0