summaryrefslogtreecommitdiff
path: root/net/rdist6/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'net/rdist6/patches/patch-al')
-rw-r--r--net/rdist6/patches/patch-al4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rdist6/patches/patch-al b/net/rdist6/patches/patch-al
index 4865354e065..8c0df01f7a8 100644
--- a/net/rdist6/patches/patch-al
+++ b/net/rdist6/patches/patch-al
@@ -1,4 +1,4 @@
-$NetBSD: patch-al,v 1.1 2004/05/31 02:18:44 kim Exp $
+$NetBSD: patch-al,v 1.2 2006/03/23 13:41:41 joerg Exp $
--- src/filesys-os.c.orig 1999-08-04 11:57:33.000000000 -0400
+++ src/filesys-os.c 2004-05-30 22:10:03.000000000 -0400
@@ -38,7 +38,7 @@ $NetBSD: patch-al,v 1.1 2004/05/31 02:18:44 kim Exp $
}
- mnt = (struct statfs*)(sizeof(struct statfs)+(ulong)mnt);
-+ mnt = (statfs_t *)(sizeof(statfs_t)+(ulong)mnt);
++ mnt = (statfs_t *)(sizeof(statfs_t)+(unsigned long)mnt);
entries_left--;
return(&mntstruct);