summaryrefslogtreecommitdiff
path: root/misc/kdeutils2/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdeutils2/patches/patch-aa')
-rw-r--r--misc/kdeutils2/patches/patch-aa33
1 files changed, 12 insertions, 21 deletions
diff --git a/misc/kdeutils2/patches/patch-aa b/misc/kdeutils2/patches/patch-aa
index 703df836e6a..a15a88a4ceb 100644
--- a/misc/kdeutils2/patches/patch-aa
+++ b/misc/kdeutils2/patches/patch-aa
@@ -1,22 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/03/14 16:05:49 skrll Exp $
+$NetBSD: patch-aa,v 1.2 2001/10/15 22:45:58 skrll Exp $
---- khexedit/chartabledialog.cc.orig Mon Jul 10 19:41:46 2000
-+++ khexedit/chartabledialog.cc
-@@ -18,7 +18,7 @@
- *
- */
-
--#include <values.h>
-+#include <limits.h>
-
- #include <qlabel.h>
- #include <qframe.h>
-@@ -75,7 +75,7 @@
-
- mInputCountSpin = new QSpinBox( plainPage(), "spin" );
- mInputCountSpin->setMinimumWidth( fontMetrics().maxWidth()*7 );
-- mInputCountSpin->setRange( 1, MAXINT );
-+ mInputCountSpin->setRange( 1, INT_MAX );
- mInputCountSpin->setValue( 1 );
- hbox->addWidget( mInputCountSpin );
-
+--- kdf/kwikdisk.h.orig Sat Dec 23 14:29:09 2000
++++ kdf/kwikdisk.h
+@@ -106,7 +106,7 @@
+ void updateDF( void );
+ void updateDFDone( void );
+ void setUpdateFrequency( int frequency );
+- void sysCallError(DiskEntry *disk, int errno);
++ void sysCallError(DiskEntry *disk, int err_no);
+
+ protected:
+ void mousePressEvent(QMouseEvent *);