1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/kwebwatch/files/patch-af

12 lines
328 B
Plaintext
Raw Normal View History

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