X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fappl.c;h=855c4a9191b357df3f9ff40dc37793b6eee0cda8;hb=ec544346ab97a5e282c29b23f8566341c03f81e0;hp=fe4c4909fd8a56ac23b0e85c690d71aa5ae21691;hpb=be8d127fee7db56ba514970aab4ae09f95b7f262;p=netatalk.git diff --git a/etc/afpd/appl.c b/etc/afpd/appl.c index fe4c4909..855c4a91 100644 --- a/etc/afpd/appl.c +++ b/etc/afpd/appl.c @@ -1,5 +1,5 @@ /* - * $Id: appl.c,v 1.12.2.1.2.2 2004-02-20 21:22:57 didg Exp $ + * $Id: appl.c,v 1.12.2.1.2.2.2.1 2005-02-06 10:16:00 didg Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -27,7 +27,7 @@ #include "file.h" #include "desktop.h" -static struct savedt sa = { { 0, 0, 0, 0 }, -1, 0 }; +static struct savedt sa = { { 0, 0, 0, 0 }, -1, 0, 0}; static __inline__ int pathcmp( p, plen, q, qlen ) char *p; @@ -41,6 +41,8 @@ int qlen; static int applopen( vol, creator, flags, mode ) struct vol *vol; u_char creator[ 4 ]; +int flags; +int mode; { char *dtf, *adt, *adts;