upstream commit

xmalloc.h is unused

Upstream-ID: afb532355b7fa7135a60d944ca1e644d1d63cb58
This commit is contained in:
markus@openbsd.org 2015-07-08 19:04:21 +00:00 committed by Damien Miller
parent 2521cf0e36
commit a635bd06b5
2 changed files with 2 additions and 4 deletions

View File

@ -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> * Copyright (c) 2004-2008 Damien Miller <djm@mindrot.org>
@ -31,7 +31,6 @@
#include "match.h" #include "match.h"
#include "log.h" #include "log.h"
#include "xmalloc.h"
struct xaddr { struct xaddr {
sa_family_t af; sa_family_t af;

3
log.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: log.c,v 1.45 2013/05/16 09:08:41 dtucker Exp $ */ /* $OpenBSD: log.c,v 1.46 2015/07/08 19:04:21 markus Exp $ */
/* /*
* Author: Tatu Ylonen <ylo@cs.hut.fi> * Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -50,7 +50,6 @@
# include <vis.h> # include <vis.h>
#endif #endif
#include "xmalloc.h"
#include "log.h" #include "log.h"
static LogLevel log_level = SYSLOG_LEVEL_INFO; static LogLevel log_level = SYSLOG_LEVEL_INFO;