diff options
author | 2006-02-07 01:08:04 +0000 | |
---|---|---|
committer | 2006-02-07 01:08:04 +0000 | |
commit | 221deca4bd41c17f9974c155379d7f44f01bcad9 (patch) | |
tree | 67d878b83fad9d409e23294f638451424216110c /usr.bin/ssh/auth-rhosts.c | |
parent | vr_start(): return if IFF_OACTIVE is set. (diff) | |
download | wireguard-openbsd-221deca4bd41c17f9974c155379d7f44f01bcad9.tar.xz wireguard-openbsd-221deca4bd41c17f9974c155379d7f44f01bcad9.zip |
move #include <netgroup.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/auth-rhosts.c')
-rw-r--r-- | usr.bin/ssh/auth-rhosts.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/auth-rhosts.c b/usr.bin/ssh/auth-rhosts.c index aaba8557e26..972bfcdd616 100644 --- a/usr.bin/ssh/auth-rhosts.c +++ b/usr.bin/ssh/auth-rhosts.c @@ -14,7 +14,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rhosts.c,v 1.33 2005/07/17 07:17:54 djm Exp $"); +RCSID("$OpenBSD: auth-rhosts.c,v 1.34 2006/02/07 01:08:04 stevesk Exp $"); + +#include <netgroup.h> #include "packet.h" #include "uidswap.h" |