[Pkg-samba-maint] r2605 - trunk/samba/debian/patches

vorlon at alioth.debian.org vorlon at alioth.debian.org
Wed Feb 25 01:09:14 UTC 2009


Author: vorlon
Date: 2009-02-25 01:09:14 +0000 (Wed, 25 Feb 2009)
New Revision: 2605

Modified:
   trunk/samba/debian/patches/fhs-filespaths-debatable.patch
Log:
also fix up cache_path to treat its argument as const

Modified: trunk/samba/debian/patches/fhs-filespaths-debatable.patch
===================================================================
--- trunk/samba/debian/patches/fhs-filespaths-debatable.patch	2009-02-25 00:59:20 UTC (rev 2604)
+++ trunk/samba/debian/patches/fhs-filespaths-debatable.patch	2009-02-25 01:09:14 UTC (rev 2605)
@@ -58,7 +58,7 @@
 +/*****************************************************************
 +a useful function for returning a path in the Samba cache directory
 + *****************************************************************/
-+char *cache_path(char *name)
++char *cache_path(const char *name)
 +{
 +	return xx_path(name, get_dyn_CACHEDIR());
 +}




More information about the Pkg-samba-maint mailing list