From: znek Date: Wed, 30 Jun 2004 11:26:54 +0000 (+0000) Subject: fixes for gnustep X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8645c8181d43d78cc1b41e2334d37f874dbb382;p=scalable-opengroupware.org fixes for gnustep git-svn-id: http://svn.opengroupware.org/SOGo/trunk@113 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/OGoContentStore/ChangeLog b/OGoContentStore/ChangeLog index a29e5942..a1e4718b 100644 --- a/OGoContentStore/ChangeLog +++ b/OGoContentStore/ChangeLog @@ -1,3 +1,7 @@ +2004-06-30 Marcus Mueller + + * ocs_cat.m, ocs_ls.m, ocs_mkdir.m: fixed for gnustep compile. + 2004-06-29 Helge Hess * created ChangeLog diff --git a/OGoContentStore/ocs_cat.m b/OGoContentStore/ocs_cat.m index bdc11425..b2bf5969 100644 --- a/OGoContentStore/ocs_cat.m +++ b/OGoContentStore/ocs_cat.m @@ -12,6 +12,7 @@ } + (int)run; +- (int)run; @end diff --git a/OGoContentStore/ocs_ls.m b/OGoContentStore/ocs_ls.m index c1698af7..51bd1c13 100644 --- a/OGoContentStore/ocs_ls.m +++ b/OGoContentStore/ocs_ls.m @@ -12,6 +12,7 @@ } + (int)run; +- (int)run; @end diff --git a/OGoContentStore/ocs_mkdir.m b/OGoContentStore/ocs_mkdir.m index faa72c86..63eac15e 100644 --- a/OGoContentStore/ocs_mkdir.m +++ b/OGoContentStore/ocs_mkdir.m @@ -12,6 +12,7 @@ } + (int)run; +- (int)run; @end