aboutsummaryrefslogtreecommitdiff
path: root/sysutils/disktool
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2013-09-18 07:07:08 +0000
committerCy Schubert <cy@FreeBSD.org>2013-09-18 07:07:08 +0000
commitd2f630b20ab1566e6bdf7309b1b8a68a6c4f7c6e (patch)
tree10597b7ea28dfb16d81c786860e26e49c113d5a4 /sysutils/disktool
parent16c11d8f65c37275a795e634ecb1a218b34b7a80 (diff)
downloadports-d2f630b20ab1566e6bdf7309b1b8a68a6c4f7c6e.tar.gz
ports-d2f630b20ab1566e6bdf7309b1b8a68a6c4f7c6e.zip
Notes
Diffstat (limited to 'sysutils/disktool')
-rw-r--r--sysutils/disktool/files/patch-disktool.c58
1 files changed, 56 insertions, 2 deletions
diff --git a/sysutils/disktool/files/patch-disktool.c b/sysutils/disktool/files/patch-disktool.c
index c769cc803d7e..7b8fa430d62f 100644
--- a/sysutils/disktool/files/patch-disktool.c
+++ b/sysutils/disktool/files/patch-disktool.c
@@ -1,5 +1,5 @@
---- disktool.c.orig Fri Oct 28 14:10:55 2005
-+++ disktool.c Fri Oct 28 14:13:09 2005
+--- disktool.c.orig 1998-04-17 15:32:43.000000000 -0700
++++ disktool.c 2013-09-17 09:15:50.943959620 -0700
@@ -168,9 +168,9 @@
}
@@ -13,3 +13,57 @@
{
/* 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
+@@ -361,7 +361,7 @@
+ Panel_item item;
+ Event *event;
+ {
+- return;
++ return 0;
+ }
+
+ /* ========================================================================*/
+@@ -376,7 +376,7 @@
+ timer.it_interval.tv_sec = xv_get(inc_item, PANEL_VALUE);
+ notify_set_itimer_func(frame, get_values,
+ ITIMER_REAL, &timer, NULL);
+- return;
++ return 0;
+ }
+ /* ========================================================================*/
+ int
+@@ -397,7 +397,7 @@
+ xv_get(thresh_item, PANEL_VALUE)/1000, NULL);
+ xv_set(thresh_item, PANEL_MAX_VALUE, 3000, NULL);
+ }
+- return;
++ return 0;
+ }
+
+ /* ========================================================================*/
+@@ -488,7 +488,7 @@
+ thresh[curr_item] = xv_get(thresh_item, PANEL_VALUE);
+ get_values();
+ reposition_widgets();
+- return;
++ return 0;
+ }
+
+ /* ========================================================================*/
+@@ -507,7 +507,7 @@
+ }
+ get_values();
+ reposition_widgets();
+- return;
++ return 0;
+ }
+
+ /* ========================================================================*/
+@@ -517,7 +517,7 @@
+ int value;
+ Event *event;
+ {
+- return;
++ return 0;
+ }
+
+ /* ========================================================================*/