Mailinglist Archive: opensuse-factory (255 mails)
| < Previous | Next > |
[opensuse-factory] [patch] fam - fix build error with gcc44
- From: "Jan-Simon Möller" <dl9pf@xxxxxx>
- Date: Fri, 29 May 2009 23:32:27 +0200
- Message-id: <200905292332.28398.dl9pf@xxxxxx>
Hi!
Attached patch fixes fam with gcc44.
Best,
Jan-Simon
diff -Naur _fam-2.7.0//src/NFSFileSystem.c++ fam-2.7.0/src/NFSFileSystem.c++
--- _fam-2.7.0//src/NFSFileSystem.c++ 2003-01-18 15:18:12.000000000 +0100
+++ fam-2.7.0/src/NFSFileSystem.c++ 2009-05-29 23:15:10.237713770 +0200
@@ -97,7 +97,7 @@
attr_cache_timeout = ACREGMAX;
- char * p;
+ const char * p;
if (strstr(opt, "noac")) {
f_noac = true;
Attached patch fixes fam with gcc44.
Best,
Jan-Simon
diff -Naur _fam-2.7.0//src/NFSFileSystem.c++ fam-2.7.0/src/NFSFileSystem.c++
--- _fam-2.7.0//src/NFSFileSystem.c++ 2003-01-18 15:18:12.000000000 +0100
+++ fam-2.7.0/src/NFSFileSystem.c++ 2009-05-29 23:15:10.237713770 +0200
@@ -97,7 +97,7 @@
attr_cache_timeout = ACREGMAX;
- char * p;
+ const char * p;
if (strstr(opt, "noac")) {
f_noac = true;
| < Previous | Next > |