summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlteo@openbsd.org <lteo@openbsd.org>2014-10-24 02:01:20 +0000
committerDamien Miller <djm@mindrot.org>2014-10-27 16:34:52 +1100
commit3bcb92e04d9207e9f78d82f7918c6d3422054ce9 (patch)
tree8f6086645841b2ff5131acc71360706647bebc76
parent6fdcaeb99532e28a69f1a1599fbd540bb15b70a0 (diff)
upstream commit
Remove unnecessary include: netinet/in_systm.h is not needed by these programs. NB. skipped for portable ok deraadt@ millert@
-rw-r--r--misc.c2
-rw-r--r--packet.c2
-rw-r--r--readconf.c2
-rw-r--r--servconf.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/misc.c b/misc.c
index 94b05b08..2f11de40 100644
--- a/misc.c
+++ b/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.94 2014/07/15 15:54:14 millert Exp $ */
+/* $OpenBSD: misc.c,v 1.95 2014/10/24 02:01:20 lteo Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
* Copyright (c) 2005,2006 Damien Miller. All rights reserved.
diff --git a/packet.c b/packet.c
index 6e7b8775..4674a203 100644
--- a/packet.c
+++ b/packet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.c,v 1.198 2014/07/15 15:54:14 millert Exp $ */
+/* $OpenBSD: packet.c,v 1.199 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
diff --git a/readconf.c b/readconf.c
index 869a1c4d..922c5745 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
diff --git a/servconf.c b/servconf.c
index acbe1137..b317e9c3 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: servconf.c,v 1.253 2014/10/13 00:38:35 djm Exp $ */
+/* $OpenBSD: servconf.c,v 1.254 2014/10/24 02:01:20 lteo Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved