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/includes.h | |
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/includes.h')
-rw-r--r-- | usr.bin/ssh/includes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/includes.h b/usr.bin/ssh/includes.h index 43bb49aeb09..b1269aa030e 100644 --- a/usr.bin/ssh/includes.h +++ b/usr.bin/ssh/includes.h @@ -1,4 +1,4 @@ -/* $OpenBSD: includes.h,v 1.22 2006/01/01 08:59:27 stevesk Exp $ */ +/* $OpenBSD: includes.h,v 1.23 2006/02/07 01:08:04 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -39,7 +39,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #include <netdb.h> #include <stddef.h> -#include <netgroup.h> #include <stdio.h> #include <ctype.h> #include <errno.h> |