From: Frank Lahm Date: Tue, 14 Sep 2010 15:41:06 +0000 (+0200) Subject: merge from branch 2-1 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=dcbfd39d8a7df800a55ab0160d890bd61ebc7302;hp=ba288e1499eb7106d6372ec019256b7d3ea1d2e7 merge from branch 2-1 --- diff --git a/include/atalk/adouble.h b/include/atalk/adouble.h index b47464ef..1769c7b9 100644 --- a/include/atalk/adouble.h +++ b/include/atalk/adouble.h @@ -549,7 +549,7 @@ extern void *ad_mmapwrite (struct adouble *, const u_int32_t, #define ad_munmap(buf, len) (munmap((buf), (len))) /* ad_date.c */ -extern int ad_setdate (const struct adouble *, unsigned int, u_int32_t); +extern int ad_setdate (struct adouble *, unsigned int, u_int32_t); extern int ad_getdate (const struct adouble *, unsigned int, u_int32_t *); /* ad_attr.c */