summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppctl
diff options
context:
space:
mode:
authoryasuoka <yasuoka@openbsd.org>2012-05-08 13:15:11 +0000
committeryasuoka <yasuoka@openbsd.org>2012-05-08 13:15:11 +0000
commit7a7bab9d0fc77be5441ab2f8918cffbfaff97012 (patch)
treee8e6cf3d88e31fdfdf921f3d38b6bfadd68ecfdf /usr.sbin/npppctl
parentfix and re-enable connect notification to the mfa. (diff)
downloadwireguard-openbsd-7a7bab9d0fc77be5441ab2f8918cffbfaff97012.tar.xz
wireguard-openbsd-7a7bab9d0fc77be5441ab2f8918cffbfaff97012.zip
Fix comments and styles. Delete unused variables and labels.
No binary changes. ok mcbride henning
Diffstat (limited to 'usr.sbin/npppctl')
-rw-r--r--usr.sbin/npppctl/parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/npppctl/parser.h b/usr.sbin/npppctl/parser.h
index c3a1a7638ca..c7e3327586a 100644
--- a/usr.sbin/npppctl/parser.h
+++ b/usr.sbin/npppctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.1 2012/01/18 03:13:04 yasuoka Exp $ */
+/* $OpenBSD: parser.h,v 1.2 2012/05/08 13:15:11 yasuoka Exp $ */
/* This file is derived from OpenBSD:src/usr.sbin/ikectl/parser.h 1.9 */
/*
@@ -50,4 +50,4 @@ struct parse_result {
struct parse_result *parse(int, char *[]);
enum protocol parse_protocol(const char *);
-#endif /* _PPPCTL_PARSER_H */
+#endif /* _NPPPCTL_PARSER_H */