diff options
author | 2013-02-20 08:29:27 +0000 | |
---|---|---|
committer | 2013-02-20 08:29:27 +0000 | |
commit | 2e71d7a47597c738d73ed54fa6c83a9b31e011e2 (patch) | |
tree | f423c32d53212ef9784c365c254c77e5fefca18f | |
parent | Add an option to modpipe that warns if the modification offset it not (diff) | |
download | wireguard-openbsd-2e71d7a47597c738d73ed54fa6c83a9b31e011e2.tar.xz wireguard-openbsd-2e71d7a47597c738d73ed54fa6c83a9b31e011e2.zip |
s/Id/OpenBSD/ in RCS tag
-rwxr-xr-x | regress/usr.bin/ssh/modpipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.bin/ssh/modpipe.c b/regress/usr.bin/ssh/modpipe.c index aac65078e76..bcec288f39b 100755 --- a/regress/usr.bin/ssh/modpipe.c +++ b/regress/usr.bin/ssh/modpipe.c @@ -14,7 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: modpipe.c,v 1.3 2013/02/20 08:27:50 djm Exp $ */ +/* $OpenBSD: modpipe.c,v 1.4 2013/02/20 08:29:27 djm Exp $ */ #include <sys/types.h> #include <unistd.h> |