Deleted Added
full compact
20c20
< * must display the following acknowledgement:
---
> * must display the following acknowledgment:
41c41
< * $Id: am_defs.h,v 1.2 1998/08/27 07:33:23 obrien Exp $
---
> * $Id: am_defs.h,v 1.3 1998/11/14 03:13:32 obrien Exp $
403a404,407
> # ifdef HAVE_BAD_HEADERS
> /* avoid circular dependency in aix 4.3 with <rpcsvc/ypclnt.h> */
> struct ypall_callback;
> # endif /* HAVE_BAD_HEADERS */
644a649,652
> # ifdef HAVE_BAD_HEADERS
> /* aix 4.3: avoid including <net/if_dl.h> */
> struct sockaddr_dl;
> # endif /* HAVE_BAD_HEADERS */
1000c1008
< * Some systems like AIX have multiple definitions for T_NULL and othersd
---
> * Some systems like AIX have multiple definitions for T_NULL and others
1061c1069
< * dupicate definitions, and also some other nasty bugs. Upgrade to Redhat
---
> * duplicate definitions, and also some other nasty bugs. Upgrade to Redhat
1244a1253,1256
> #ifndef HAVE_EXTERN_GETLOGIN
> extern char *getlogin(void);
> #endif /* not HAVE_EXTERN_GETLOGIN */
>
1264a1277,1280
> #if defined(HAVE_SETEUID) && !defined(HAVE_EXTERN_SETEUID)
> extern int seteuid(uid_t euid);
> #endif /* not defined(HAVE_SETEUID) && !defined(HAVE_EXTERN_SETEUID) */
>
1298c1314
< extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
---
> extern bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *auth);
1301,1303d1316
< #ifndef HAVE_EXTERN_GETLOGIN
< extern char *getlogin(void);
< #endif /* not HAVE_EXTERN_GETLOGIN */
1315c1328
< /* compatibilty with old amd, while autoconfistating it */
---
> /* compatibility with old amd, while autoconfiscating it */
1321c1334
< * External defintions that depend on other macros available (or not)
---
> * External definitions that depend on other macros available (or not)