diff options
Diffstat (limited to 'www/kwebwatch/files/patch-af')
-rw-r--r-- | www/kwebwatch/files/patch-af | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/kwebwatch/files/patch-af b/www/kwebwatch/files/patch-af deleted file mode 100644 index a3b6aaee97c0..000000000000 --- a/www/kwebwatch/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- kwebwatch/utils.cpp.orig Sat Jul 1 02:03:06 2000 -+++ kwebwatch/utils.cpp Sat Jul 1 02:06:15 2000 -@@ -133,7 +133,7 @@ - bool FirstInstance(long* pid) - { - bool first_instance = true; -- flock lock; -+ struct flock lock; - int fd = 0; - - QString local_data_dir = kapp->localkdedir() + "/share/apps/kwebwatch"; |