Make sure that "offsetof" is defined on all hosts, now that archive.c uses it.

This commit is contained in:
John Gilmore
1993-09-17 09:08:00 +00:00
parent f8efbf2296
commit c5652bffcb
29 changed files with 154 additions and 46 deletions

View File

@@ -1,6 +1,7 @@
#ifndef _HPPABSD_H
#ifndef _HPPABSD_H
#define _HPPABSD_H
#include <stddef.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
@@ -14,7 +15,7 @@
#define HOST_HPPABSD
#ifndef O_ACCMODE
#ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif