summaryrefslogtreecommitdiff
path: root/addrmatch.c
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2015-07-08 19:04:21 +0000
committerDamien Miller <djm@mindrot.org>2015-07-15 15:36:54 +1000
commita635bd06b5c427a57c3ae760d3a2730bb2c863c0 (patch)
tree73c96e7a73bf6b19d03bcbf755cd9a61837474f7 /addrmatch.c
parent2521cf0e36c7f3f6b19f206da0af134f535e4a31 (diff)
downloadopenssh-git-a635bd06b5c427a57c3ae760d3a2730bb2c863c0.tar.gz
upstream commit
xmalloc.h is unused Upstream-ID: afb532355b7fa7135a60d944ca1e644d1d63cb58
Diffstat (limited to 'addrmatch.c')
-rw-r--r--addrmatch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/addrmatch.c b/addrmatch.c
index c4431463..70b050e0 100644
--- a/addrmatch.c
+++ b/addrmatch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: addrmatch.c,v 1.9 2014/01/19 11:21:51 dtucker Exp $ */
+/* $OpenBSD: addrmatch.c,v 1.10 2015/07/08 19:04:21 markus Exp $ */
/*
* Copyright (c) 2004-2008 Damien Miller <djm@mindrot.org>
@@ -31,7 +31,6 @@
#include "match.h"
#include "log.h"
-#include "xmalloc.h"
struct xaddr {
sa_family_t af;