[BACK]Return to sysdef.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/Attic/sysdef.h between version 1.14 and 1.15

version 1.14, 2006/05/03 22:19:41 version 1.15, 2006/08/01 22:16:03
Line 6 
Line 6 
  *              POSIX system header file   *              POSIX system header file
  */   */
 #include <sys/param.h>  #include <sys/param.h>
   #include <sys/queue.h>
 #include <stdio.h>  #include <stdio.h>
 #include <unistd.h>  #include <unistd.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <errno.h>  #include <errno.h>
   #include <signal.h>
   
 #define KBLOCK          8192    /* Kill grow.                    */  #define KBLOCK          8192    /* Kill grow.                    */
 #define GOOD            0       /* Good exit status.             */  #define GOOD            0       /* Good exit status.             */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15