summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-21 19:31:04 +0000
committerbde <bde@FreeBSD.org>1997-08-21 19:31:04 +0000
commit22cfa5fbad8c12263d74cd8b14e8e9ac3149cc5a (patch)
treea6fee5aaae7c476571c6d52c8c652ae8ab77c9a5 /include
parent941fd542125e80f2ad8d523429d0fcbe1f6b0df9 (diff)
downloadFreeBSD-src-22cfa5fbad8c12263d74cd8b14e8e9ac3149cc5a.zip
FreeBSD-src-22cfa5fbad8c12263d74cd8b14e8e9ac3149cc5a.tar.gz
Removed ifndef of AUTH_NONE. The conflict with login_cap.h was fixed
better by not defining AUTH_NONE in login_cap.h.
Diffstat (limited to 'include')
-rw-r--r--include/rpc/auth.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index a6b57c5..510c10a 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.6 1996/12/30 13:59:37 peter Exp $
+ * $Id: auth.h,v 1.13 1997/05/28 04:45:06 wpaul Exp $
*/
/*
@@ -250,9 +250,7 @@ extern int getsecretkey __P(( char *, char *, char * ));
__END_DECLS
-#ifndef AUTH_NONE /* Protect against <login_cap.h> */
#define AUTH_NONE 0 /* no authentication */
-#endif
#define AUTH_NULL 0 /* backward compatibility */
#define AUTH_UNIX 1 /* unix style (uid, gids) */
#define AUTH_SYS 1 /* forward compatibility */
OpenPOWER on IntegriCloud