From: jmarcus Date: Tue, 12 Mar 2002 07:08:35 +0000 (+0000) Subject: DEFMASK should be an octal. X-Git-Tag: point-backport-1-5-2 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=63a879f97a4461738622698de978c5b8c66a2aa7;hp=8dd1fdc93b48ae221a8ea6396b084e9e500d54d1 DEFMASK should be an octal. --- diff --git a/libatalk/adouble/ad_open.c b/libatalk/adouble/ad_open.c index 3f8b7a60..1e7ddbbf 100644 --- a/libatalk/adouble/ad_open.c +++ b/libatalk/adouble/ad_open.c @@ -1,5 +1,5 @@ /* - * $Id: ad_open.c,v 1.12 2002-01-04 04:45:48 sibaz Exp $ + * $Id: ad_open.c,v 1.13 2002-03-12 07:08:35 jmarcus Exp $ * * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) * Copyright (c) 1990,1991 Regents of The University of Michigan. @@ -528,7 +528,7 @@ ad_path( path, adflags ) * and that value is returned. */ -#define DEFMASK 7700 /* be conservative */ +#define DEFMASK 07700 /* be conservative */ int ad_mode( path, mode )