diff options
author | 2017-03-08 18:42:28 +0000 | |
---|---|---|
committer | 2017-03-08 18:42:28 +0000 | |
commit | 61e7dd5d21b5cbd01b6e4ab46c2e129fcdb2828f (patch) | |
tree | d2fcb9ebd79f56c4ce27491f74150eab674ea630 | |
parent | According to the CommonMark specification, backslash escapes (diff) | |
download | wireguard-openbsd-61e7dd5d21b5cbd01b6e4ab46c2e129fcdb2828f.tar.xz wireguard-openbsd-61e7dd5d21b5cbd01b6e4ab46c2e129fcdb2828f.zip |
fix comment block
-rw-r--r-- | regress/sys/kern/fchdir/fchdir.c | 3 |
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. * |