diff options
author | 2011-07-29 09:19:22 +0000 | |
---|---|---|
committer | 2011-07-29 09:19:22 +0000 | |
commit | ac0a28f9a900f3e9fac3ddaf6232b06eda21fed2 (patch) | |
tree | 778b1a9c284aaa26dc8e3048f4b408db886b0a41 /lib/libc/stdio/swprintf.c | |
parent | remove unneeded echo in rc.firsttime, since fw_update became more verbose (diff) | |
download | wireguard-openbsd-ac0a28f9a900f3e9fac3ddaf6232b06eda21fed2.tar.xz wireguard-openbsd-ac0a28f9a900f3e9fac3ddaf6232b06eda21fed2.zip |
missing $ in rcs tag; from Daniel Dickman
Diffstat (limited to 'lib/libc/stdio/swprintf.c')
-rw-r--r-- | lib/libc/stdio/swprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/swprintf.c b/lib/libc/stdio/swprintf.c index 03b0e089a3e..4b7baf732ff 100644 --- a/lib/libc/stdio/swprintf.c +++ b/lib/libc/stdio/swprintf.c @@ -1,4 +1,4 @@ -/* $OpenBSD */ +/* $OpenBSD: swprintf.c,v 1.4 2011/07/29 09:19:22 sthen Exp $ */ /* $NetBSD: swprintf.c,v 1.1 2005/05/14 23:51:02 christos Exp $ */ /*- |