[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.16 and 1.17

version 1.16, 2008/09/15 16:11:35 version 1.17, 2014/11/13 21:36:23
Line 15 
Line 15 
 #include <signal.h>  #include <signal.h>
   
 #define KBLOCK          8192    /* Kill grow.                    */  #define KBLOCK          8192    /* Kill grow.                    */
 #define GOOD            0       /* Good exit status.             */  
   
 typedef int     RSIZE;          /* Type for file/region sizes    */  typedef int     RSIZE;          /* Type for file/region sizes    */
 typedef short   KCHAR;          /* Type for internal keystrokes  */  typedef short   KCHAR;          /* Type for internal keystrokes  */
   
 #define MALLOCROUND(m)  (m+=7,m&=~7)    /* round up to 8 byte boundary   */  
   
 struct fileinfo {  struct fileinfo {
         uid_t           fi_uid;          uid_t           fi_uid;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17