diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-05-18 08:12:14 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-05-18 08:12:14 +0000 |
| commit | b6e649bc7b1d5da98262071bc00410703d78fc63 (patch) | |
| tree | aaa46c20bea1d540a29d3d79ff495bfa1d709b2b /include | |
| parent | 83103484a4f651771fafc7e4e07ce083c9073804 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/rpc/auth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h index 30359e2f3e5e..00e1f5e2d849 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -28,7 +28,7 @@ * * from: @(#)auth.h 1.17 88/02/08 SMI * from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC - * $Id: auth.h,v 1.10 1997/05/07 02:27:00 eivind Exp $ + * $Id: auth.h,v 1.11 1997/05/07 20:00:40 eivind Exp $ */ /* @@ -174,7 +174,7 @@ extern AUTH *authdes_create __P((char *, u_int, struct sockaddr_in *, des_block *)); __END_DECLS -#ifndef AUTH_NONE /* Protect against <login_cap.h> +#ifndef AUTH_NONE /* Protect against <login_cap.h> */ #define AUTH_NONE 0 /* no authentication */ #endif #define AUTH_NULL 0 /* backward compatibility */ |
