summaryrefslogtreecommitdiffstats
path: root/misc.c
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 /misc.c
parent6fdcaeb99532e28a69f1a1599fbd540bb15b70a0 (diff)
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 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 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.