1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/www/kwebwatch/files/patch-af
Steve Price 530754aa29 Adding kwebwatch version 0.72.
Monitors your favorite web pages and notifies you of updates.

PR:		19621
Submitted by:	Mario S F Ferreira <lioux@linf.unb.br>
2000-07-10 03:56:18 +00:00

12 lines
328 B
Plaintext

--- 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";