X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=libatalk%2Fadouble%2Fad_mmap.c;h=c40dfdded4f112d219e884c9006a44a4a2c28df9;hp=0d6df4caa7e5c4eaac5151719d4517d79bdd8d62;hb=9d78f9b52ea18b442fc91c6a1e8d8b607f2f90e8;hpb=c78b39f491fcb71c19f3510da169e7b3790f649c diff --git a/libatalk/adouble/ad_mmap.c b/libatalk/adouble/ad_mmap.c index 0d6df4ca..c40dfdde 100644 --- a/libatalk/adouble/ad_mmap.c +++ b/libatalk/adouble/ad_mmap.c @@ -1,5 +1,5 @@ /* - * $Id: ad_mmap.c,v 1.4.8.1 2004-02-20 19:57:14 didg Exp $ + * $Id: ad_mmap.c,v 1.4.8.1.2.1 2008-11-25 15:16:33 didg Exp $ * * ad_mmap provides interfaces to memory mapped files. as this is the * case, we don't have to deal w/ temporary buffers such as @@ -19,7 +19,7 @@ #include "ad_private.h" -static __inline__ void *ad_mmap(const size_t length, const int prot, +static void *ad_mmap(const size_t length, const int prot, const int flags, const int fd, const off_t offset) {