mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2007/05/04 23:48:33 agc Exp $
|
|
|
|
--- src/fusepod.cpp 2007/05/04 23:21:09 1.1
|
|
+++ src/fusepod.cpp 2007/05/04 23:23:52
|
|
@@ -672,7 +672,7 @@
|
|
return paths;
|
|
}
|
|
|
|
-void * fusepod_init () {
|
|
+void * fusepod_init (fuse_conn_info *connection) {
|
|
syncing = false;
|
|
syncing_file = "";
|
|
|