From 255ac8372d18887dc9289b6715c700b2f5c26502 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Fri, 19 Dec 2003 00:02:20 -0500 Subject: Make stuff build on openbsd arch/alpha/alpha_tru64_process.cc: So, I don't know why linux uses an off_t here. I'm also not sure why linux defines an off_t to be a long Let's just use long here since it works for linux, and that's what bsd does base/inifile.cc: correct #include for OpenBSD dev/disk_image.cc: the correct type for this is streampos --HG-- extra : convert_revision : f3ac3a3b8515d66e07ffb9780d8a9e387297b6a0 --- base/inifile.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base') diff --git a/base/inifile.cc b/base/inifile.cc index 2717a534d..74d47204e 100644 --- a/base/inifile.cc +++ b/base/inifile.cc @@ -35,6 +35,9 @@ #include #include +#if defined(__OpenBSD__) +#include +#endif #include #include #include -- cgit v1.2.3