X-Git-Url: https://pd.if.org/git/?p=pd_readline;a=blobdiff_plain;f=mg%2Fsysdef.h;fp=mg%2Fsysdef.h;h=0000000000000000000000000000000000000000;hp=6b7561442b335f809962f19ac8e210856d8aa500;hb=4bb27266f935c9aafad6870ffc8847fc65c8120f;hpb=3f771e17236364ded86e96ee64f99344337991f8 diff --git a/mg/sysdef.h b/mg/sysdef.h deleted file mode 100644 index 6b75614..0000000 --- a/mg/sysdef.h +++ /dev/null @@ -1,30 +0,0 @@ -/* $OpenBSD: sysdef.h,v 1.16 2008/09/15 16:11:35 kjell Exp $ */ - -/* This file is in the public domain. */ - -/* - * POSIX system header file - */ -#include -#include -#include -#include -#include -#include -#include -#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; - gid_t fi_gid; - mode_t fi_mode; - struct timespec fi_mtime; /* Last modified time */ -};