[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.9 and 1.10

version 1.9, 2001/05/24 03:05:26 version 1.10, 2002/02/14 22:54:35
Line 3 
Line 3 
 /*  /*
  *              POSIX system header file   *              POSIX system header file
  */   */
   #include <sys/param.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>
   
 #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.9  
changed lines
  Added in v.1.10