mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
12 lines
328 B
Plaintext
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";
|