=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Attic/sysdef.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/mg/Attic/sysdef.h 2008/09/15 16:11:35 1.16 +++ src/usr.bin/mg/Attic/sysdef.h 2014/11/13 21:36:23 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: sysdef.h,v 1.16 2008/09/15 16:11:35 kjell Exp $ */ +/* $OpenBSD: sysdef.h,v 1.17 2014/11/13 21:36:23 florian Exp $ */ /* This file is in the public domain. */ @@ -15,12 +15,9 @@ #include #define KBLOCK 8192 /* Kill grow. */ -#define GOOD 0 /* Good exit status. */ typedef int RSIZE; /* Type for file/region sizes */ typedef short KCHAR; /* Type for internal keystrokes */ - -#define MALLOCROUND(m) (m+=7,m&=~7) /* round up to 8 byte boundary */ struct fileinfo { uid_t fi_uid;