summaryrefslogtreecommitdiff
path: root/x11/kdelibs11/files/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs11/files/patch-ak')
-rw-r--r--x11/kdelibs11/files/patch-ak14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/kdelibs11/files/patch-ak b/x11/kdelibs11/files/patch-ak
deleted file mode 100644
index e1a4af84f75b..000000000000
--- a/x11/kdelibs11/files/patch-ak
+++ /dev/null
@@ -1,14 +0,0 @@
---- kfmlib/kfm.cpp.orig Wed Jun 2 10:07:42 1999
-+++ kfmlib/kfm.cpp Tue Jan 25 22:00:23 2000
-@@ -44,9 +44,9 @@
- if (i==0)
- {
- // we are running local, so add the hostname
-- char name[25];
-+ char name[256];
-
-- if (gethostname(name, 25) == 0)
-+ if (gethostname(name, sizeof(name)) == 0)
- d = name + d;
- }
-