/* $OpenBSD: sysdef.h,v 1.19 2014/11/16 04:16:41 guenther Exp $ */ /* This file is in the public domain. */ /* * POSIX system header file */ #include #include #include #include #include #include #include #include #include /* for struct timespec */ #define KBLOCK 8192 /* Kill grow. */ typedef int RSIZE; /* Type for file/region sizes */ typedef short KCHAR; /* Type for internal keystrokes */ struct fileinfo { uid_t fi_uid; gid_t fi_gid; mode_t fi_mode; struct timespec fi_mtime; /* Last modified time */ };