summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2014-05-02 10:40:26 +0000
committerjca <jca@openbsd.org>2014-05-02 10:40:26 +0000
commite8c3cfa673e45bcc4cac6998e23391ab33fdd2de (patch)
tree213a2062fb520bec5eb9a511a918bb54b66f195f
parentThe page daemon no longer has a fixed PID. ok kettenis@ jmc@ (diff)
downloadwireguard-openbsd-e8c3cfa673e45bcc4cac6998e23391ab33fdd2de.tar.xz
wireguard-openbsd-e8c3cfa673e45bcc4cac6998e23391ab33fdd2de.zip
Kill annoying and useless emacs local variable. ok mikeb@
The variable would have no effect unless you use hilit19.el from emacs21, and even there the specified value has not been kept up to date with the file growth.
-rw-r--r--sys/net/if_spppsubr.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index 740be62971c..d3b5f0ee462 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_spppsubr.c,v 1.121 2014/04/19 12:12:02 henning Exp $ */
+/* $OpenBSD: if_spppsubr.c,v 1.122 2014/05/02 10:40:26 jca Exp $ */
/*
* Synchronous PPP/Cisco link level subroutines.
* Keepalive protocol implemented in both Cisco and PPP modes.
@@ -5236,13 +5236,6 @@ sppp_null(struct sppp *unused)
{
/* do just nothing */
}
-/*
- * This file is large. Tell emacs to highlight it nevertheless.
- *
- * Local Variables:
- * hilit-auto-highlight-maxout: 120000
- * End:
- */
void
sppp_set_phase(struct sppp *sp)