1 /* $Cambridge: exim/src/OS/os.h-ULTRIX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
3 /* Exim: OS-specific C header file for Ultrix */
5 /* Well, it *does* have statfs(), but its structure is called something
6 different, all the members have different names, and the function returns
7 1 on success rather than 0. As this is for a minority function, and I think
8 a minority operating system, easiest just to say "no" until someone asks. */
12 #define F_FREESP O_TRUNC
15 typedef struct flock flock_t;