X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Fauth.h;h=9f6adb7312eec24eaa8da8817022942f8eb7f451;hp=cb6bd5077f58f2e09e2673c847cbea1d2d8be202;hb=4872dbe1baf18038ba168ab1803b25a86860db05;hpb=130b89eee8339b31d4dddf2158e3095c1dca78e7 diff --git a/etc/afpd/auth.h b/etc/afpd/auth.h index cb6bd507..9f6adb73 100644 --- a/etc/afpd/auth.h +++ b/etc/afpd/auth.h @@ -1,5 +1,5 @@ /* - * $Id: auth.h,v 1.5 2003-03-12 15:07:02 didg Exp $ + * $Id: auth.h,v 1.5.8.1 2005-01-11 20:58:42 didg Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -29,13 +29,10 @@ struct afp_versions { #define USERIBIT_ALL (USERIBIT_USER | USERIBIT_GROUP) extern uid_t uuid; -#if defined( __svr4__ ) && !defined( NGROUPS ) -#define NGROUPS NGROUPS_MAX -#endif /*__svr4__ NGROUPS*/ #if defined( sun ) && !defined( __svr4__ ) || defined( ultrix ) -extern int groups[ NGROUPS ]; +extern int *groups; #else /*sun __svr4__ ultrix*/ -extern gid_t groups[ NGROUPS ]; +extern gid_t *groups; #endif /*sun __svr4__ ultrix*/ extern int ngroups;