Several patches were needed due to the removal of include/c-client/linkage.c in favour of include/c-client/linkage.h. PR: ports/114833 Submitted by: "Pedro J. Lobo" <pjlobo@sec.upm.es>
12 lines
288 B
C++
12 lines
288 B
C++
--- src/mailsync_main.cc.orig Sun Sep 30 15:39:52 2007
|
|
+++ src/mailsync_main.cc Sun Sep 30 15:39:56 2007
|
|
@@ -68,7 +68,7 @@
|
|
int success;
|
|
bool& debug = options.debug;
|
|
|
|
-#include "linkage.c"
|
|
+#include "linkage.h"
|
|
|
|
//
|
|
// Parse arguments, read config file, choose operation mode
|