=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Attic/sysdef.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/mg/Attic/sysdef.h 2002/02/14 22:54:35 1.10 +++ src/usr.bin/mg/Attic/sysdef.h 2002/02/21 04:16:23 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: sysdef.h,v 1.10 2002/02/14 22:54:35 vincent Exp $ */ +/* $OpenBSD: sysdef.h,v 1.11 2002/02/21 04:16:23 deraadt Exp $ */ /* * POSIX system header file @@ -13,17 +13,14 @@ #define KBLOCK 8192 /* Kill grow. */ #define GOOD 0 /* Good exit status. */ #define SYMBLINK 1 /* Handle symbolic links */ -#define MAXPATH PATH_MAX /* Maximum length of path for chdir */ 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 boundry */ -#define gettermtype() getenv("TERM") /* determine terminal type */ - struct fileinfo { - mode_t fi_mode; uid_t fi_uid; - gid_t short fi_gid; + gid_t fi_gid; + mode_t fi_mode; };