Skip to content

Commit

Permalink
Fix statvfs patch (hi agc!).
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Sep 18, 2004
1 parent 2d996a7 commit 541ac53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ham/dpbox/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.5 2004/09/15 16:33:38 agc Exp $
$NetBSD: distinfo,v 1.6 2004/09/18 15:45:13 wiz Exp $

SHA1 (dpbox-60000.tar.gz) = 73a55785f499324f57736c7fb3cc0bd1001facd3
Size (dpbox-60000.tar.gz) = 957010 bytes
Expand All @@ -7,4 +7,4 @@ SHA1 (patch-ab) = abeee7b86844c8937792ef09a938caf232574fb3
SHA1 (patch-ac) = faa4e5b32a31283e0ed7ed9730c026ccd5efffb4
SHA1 (patch-ad) = 589a69328b5959f81b86739a6e3c32f6d1d71ffe
SHA1 (patch-ae) = 9c8ac68bb2102f19d2dea85dbe18197c7ad2b864
SHA1 (patch-af) = 7523a891e628e871917a677b27553508de468366
SHA1 (patch-af) = 37bb5b682c3358be3b8459962ef97822d9528bb0
4 changes: 2 additions & 2 deletions ham/dpbox/patches/patch-af
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$NetBSD: patch-af,v 1.1 2004/09/15 16:33:38 agc Exp $
$NetBSD: patch-af,v 1.2 2004/09/18 15:45:13 wiz Exp $

--- filesys.c 2004/09/15 16:24:57 1.1
+++ filesys.c 2004/09/15 16:24:21
@@ -401,6 +401,11 @@

#if defined(__linux__) || defined(__NetBSD__)

+#if defined(__NetBSD__) && (__NetBSD_Version__ < 200040000)
+#if defined(__NetBSD__) && (__NetBSD_Version__ >= 200040000)
+#include <sys/statvfs.h>
+#endif
+
Expand Down

0 comments on commit 541ac53

Please sign in to comment.