summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2018-12-30 23:09:58 +0000
committerguenther <guenther@openbsd.org>2018-12-30 23:09:58 +0000
commitef80df5ce8e485ab59324a3f1550e0f35ab9379a (patch)
tree8a140ead32e38426ac47bef6afb3a077c1c3f2af /usr.sbin/npppd
parentTurn on -mretpoline by default in clang on amd64, but turn it off (diff)
downloadwireguard-openbsd-ef80df5ce8e485ab59324a3f1550e0f35ab9379a.tar.xz
wireguard-openbsd-ef80df5ce8e485ab59324a3f1550e0f35ab9379a.zip
Delete unnecessary <libgen.h> #includes
ok deraadt@
Diffstat (limited to 'usr.sbin/npppd')
-rw-r--r--usr.sbin/npppd/npppd/npppd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/npppd/npppd/npppd.c b/usr.sbin/npppd/npppd/npppd.c
index a60c3bc8f01..b580af0028a 100644
--- a/usr.sbin/npppd/npppd/npppd.c
+++ b/usr.sbin/npppd/npppd/npppd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: npppd.c,v 1.48 2018/07/25 02:18:36 yasuoka Exp $ */
+/* $OpenBSD: npppd.c,v 1.49 2018/12/30 23:09:58 guenther Exp $ */
/*-
* Copyright (c) 2005-2008,2009 Internet Initiative Japan Inc.
@@ -29,7 +29,7 @@
* Next pppd(nppd). This file provides a npppd daemon process and operations
* for npppd instance.
* @author Yasuoka Masahiko
- * $Id: npppd.c,v 1.48 2018/07/25 02:18:36 yasuoka Exp $
+ * $Id: npppd.c,v 1.49 2018/12/30 23:09:58 guenther Exp $
*/
#include "version.h"
#include <sys/param.h> /* ALIGNED_POINTER */
@@ -50,7 +50,6 @@
#include <stdio.h>
#include <signal.h>
#include <netdb.h>
-#include <libgen.h>
#include <fcntl.h>
#include <event.h>
#include <errno.h>