summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-03-08 18:42:28 +0000
committerderaadt <deraadt@openbsd.org>2017-03-08 18:42:28 +0000
commit61e7dd5d21b5cbd01b6e4ab46c2e129fcdb2828f (patch)
treed2fcb9ebd79f56c4ce27491f74150eab674ea630
parentAccording to the CommonMark specification, backslash escapes (diff)
downloadwireguard-openbsd-61e7dd5d21b5cbd01b6e4ab46c2e129fcdb2828f.tar.xz
wireguard-openbsd-61e7dd5d21b5cbd01b6e4ab46c2e129fcdb2828f.zip
fix comment block
-rw-r--r--regress/sys/kern/fchdir/fchdir.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sys/kern/fchdir/fchdir.c b/regress/sys/kern/fchdir/fchdir.c
index 311bf57cbe6..bc285523b2b 100644
--- a/regress/sys/kern/fchdir/fchdir.c
+++ b/regress/sys/kern/fchdir/fchdir.c
@@ -1,4 +1,5 @@
-/* $OpenBSD: fchdir.c,v 1.1 2011/07/06 04:43:01 guenther Exp $
+/* $OpenBSD: fchdir.c,v 1.2 2017/03/08 18:42:28 deraadt Exp $ */
+
/*
* Written by Philip Guenther <guenther@openbsd.org> 2011 Public Domain.
*