summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryasuoka <yasuoka@openbsd.org>2016-03-08 01:38:04 +0000
committeryasuoka <yasuoka@openbsd.org>2016-03-08 01:38:04 +0000
commitff9f38b5762d86b629946adc025e8d1541af24a0 (patch)
tree5cfc95ed43141d39561eefd3d1e9ffa7ae37b5ec
parentadjust for lpd(8) top spool dir permissions change, so security(8) (diff)
downloadwireguard-openbsd-ff9f38b5762d86b629946adc025e8d1541af24a0.tar.xz
wireguard-openbsd-ff9f38b5762d86b629946adc025e8d1541af24a0.zip
Remove __cplusplus include guard.
Diff from Tiago Silva
-rw-r--r--usr.sbin/npppd/npppd/npppd_local.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/npppd/npppd/npppd_local.h b/usr.sbin/npppd/npppd/npppd_local.h
index 6f178da9f1e..fe20aa6a62d 100644
--- a/usr.sbin/npppd/npppd/npppd_local.h
+++ b/usr.sbin/npppd/npppd/npppd_local.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: npppd_local.h,v 1.15 2015/07/23 09:04:06 yasuoka Exp $ */
+/* $OpenBSD: npppd_local.h,v 1.16 2016/03/08 01:38:04 yasuoka Exp $ */
/*-
* Copyright (c) 2009 Internet Initiative Japan Inc.
@@ -187,8 +187,4 @@ struct _npppd {
: (interval) + NPPPD_TIMER_TICK_IVAL \
- ((interval) % NPPPD_TIMER_TICK_IVAL))
-#ifdef __cplusplus
-}
-#endif
-
#endif