diff options
author | lteo@openbsd.org <lteo@openbsd.org> | 2014-10-24 04:01:20 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-10-27 06:34:52 +0100 |
commit | 3bcb92e04d9207e9f78d82f7918c6d3422054ce9 (patch) | |
tree | 8f6086645841b2ff5131acc71360706647bebc76 /readconf.c | |
parent | upstream commit (diff) | |
download | openssh-3bcb92e04d9207e9f78d82f7918c6d3422054ce9.tar.xz openssh-3bcb92e04d9207e9f78d82f7918c6d3422054ce9.zip |
upstream commit
Remove unnecessary include: netinet/in_systm.h is not needed
by these programs.
NB. skipped for portable
ok deraadt@ millert@
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readconf.c b/readconf.c index 869a1c4d8..922c57454 100644 --- a/readconf.c +++ b/readconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.221 2014/10/08 22:20:25 djm Exp $ */ +/* $OpenBSD: readconf.c,v 1.222 2014/10/24 02:01:20 lteo Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |