summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-statvfs.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-01-17 18:48:22 +1100
committerDarren Tucker <dtucker@zip.com.au>2014-01-17 18:48:22 +1100
commit5055699c7f7c7ef21703a443ec73117da392f6ae (patch)
treec2520c844a97d757e482fec8e1ee22fcde90bc9e /openbsd-compat/bsd-statvfs.h
parenta5cf1e220def07290260e4125e74f41ac75cf88d (diff)
- (dtucker) [openbsd-compat/bsd-statvfs.h] Only start including headers if we
need them to cut down on the name collisions.
Diffstat (limited to 'openbsd-compat/bsd-statvfs.h')
-rw-r--r--openbsd-compat/bsd-statvfs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsd-compat/bsd-statvfs.h b/openbsd-compat/bsd-statvfs.h
index 057407cc8..dfd609974 100644
--- a/openbsd-compat/bsd-statvfs.h
+++ b/openbsd-compat/bsd-statvfs.h
@@ -1,4 +1,4 @@
1/* $Id: bsd-statvfs.h,v 1.2 2014/01/17 07:10:59 dtucker Exp $ */ 1/* $Id: bsd-statvfs.h,v 1.3 2014/01/17 07:48:22 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2008,2014 Darren Tucker <dtucker@zip.com.au> 4 * Copyright (c) 2008,2014 Darren Tucker <dtucker@zip.com.au>
@@ -18,6 +18,8 @@
18 18
19#include "includes.h" 19#include "includes.h"
20 20
21#if !defined(HAVE_STATVFS) || !defined(HAVE_FSTATVFS)
22
21#include <sys/types.h> 23#include <sys/types.h>
22 24
23#ifdef HAVE_SYS_MOUNT_H 25#ifdef HAVE_SYS_MOUNT_H
@@ -27,8 +29,6 @@
27#include <sys/statfs.h> 29#include <sys/statfs.h>
28#endif 30#endif
29 31
30#if !defined(HAVE_STATVFS) || !defined(HAVE_FSTATVFS)
31
32#ifndef HAVE_FSBLKCNT_T 32#ifndef HAVE_FSBLKCNT_T
33typedef unsigned long fsblkcnt_t; 33typedef unsigned long fsblkcnt_t;
34#endif 34#endif