summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-statvfs.h
diff options
context:
space:
mode:
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