From 053520453dc374b6c02b15ad78efd7e0e52867f6 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Fri, 20 Apr 2007 15:12:29 +0000 Subject: - Remove FreeBSD 4.X support from unmaintained ports in categories starting with letter r-s --- sysutils/disktool/files/patch-disktool.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sysutils/disktool/files/patch-disktool.c (limited to 'sysutils/disktool/files/patch-disktool.c') diff --git a/sysutils/disktool/files/patch-disktool.c b/sysutils/disktool/files/patch-disktool.c new file mode 100644 index 000000000000..c769cc803d7e --- /dev/null +++ b/sysutils/disktool/files/patch-disktool.c @@ -0,0 +1,15 @@ +--- disktool.c.orig Fri Oct 28 14:10:55 2005 ++++ disktool.c Fri Oct 28 14:13:09 2005 +@@ -168,9 +168,9 @@ + } + + /* ==========================================================================*/ +-long kbytes(blocks, blocksize) +- long blocks; +- long blocksize; ++int64_t kbytes(blocks, blocksize) ++ int64_t blocks; ++ uint64_t blocksize; + { + /* Return number of kilobytes given the number of blocks and the block size. + This isn't quite trivial because a 32 bit signed long integer could easily -- cgit v1.2.3