summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hoststatectl/parser.c
diff options
context:
space:
mode:
authorpyr <pyr@openbsd.org>2007-09-28 13:29:56 +0000
committerpyr <pyr@openbsd.org>2007-09-28 13:29:56 +0000
commit36f5dc5ec8521620abba8d658f0c3078dbcb712e (patch)
tree83695fd1b4f58a09cf51f63f5f172d60641d6b47 /usr.sbin/hoststatectl/parser.c
parentChange the ssl_privsep code to work on char buffers. (diff)
downloadwireguard-openbsd-36f5dc5ec8521620abba8d658f0c3078dbcb712e.tar.xz
wireguard-openbsd-36f5dc5ec8521620abba8d658f0c3078dbcb712e.zip
Correct my mail address.
Diffstat (limited to 'usr.sbin/hoststatectl/parser.c')
-rw-r--r--usr.sbin/hoststatectl/parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hoststatectl/parser.c b/usr.sbin/hoststatectl/parser.c
index 6f507d1335e..dea2cb5f443 100644
--- a/usr.sbin/hoststatectl/parser.c
+++ b/usr.sbin/hoststatectl/parser.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: parser.c,v 1.12 2007/09/07 08:33:31 reyk Exp $ */
+/* $OpenBSD: parser.c,v 1.13 2007/09/28 13:29:56 pyr Exp $ */
/*
- * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
+ * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
*