diff options
author | 1996-08-26 10:28:20 +0000 | |
---|---|---|
committer | 1996-08-26 10:28:20 +0000 | |
commit | ad7cf1372f06300ead5e8f851675ceeba489364e (patch) | |
tree | ef63afee64e9671100516ee62012aa3adc913372 /usr.bin/write/write.c | |
parent | vis this baby too (diff) | |
download | wireguard-openbsd-ad7cf1372f06300ead5e8f851675ceeba489364e.tar.xz wireguard-openbsd-ad7cf1372f06300ead5e8f851675ceeba489364e.zip |
VIS_NOSLASH
Diffstat (limited to 'usr.bin/write/write.c')
-rw-r--r-- | usr.bin/write/write.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index 0201c52d891..2be00a91151 100644 --- a/usr.bin/write/write.c +++ b/usr.bin/write/write.c @@ -1,4 +1,4 @@ -/* $OpenBSD: write.c,v 1.5 1996/08/26 10:22:11 deraadt Exp $ */ +/* $OpenBSD: write.c,v 1.6 1996/08/26 10:28:20 deraadt Exp $ */ /* $NetBSD: write.c,v 1.5 1995/08/31 21:48:32 jtc Exp $ */ /* @@ -47,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)write.c 8.2 (Berkeley) 4/27/95"; #endif -static char *rcsid = "$OpenBSD: write.c,v 1.5 1996/08/26 10:22:11 deraadt Exp $"; +static char *rcsid = "$OpenBSD: write.c,v 1.6 1996/08/26 10:28:20 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -310,7 +310,7 @@ wr_fputs(s) PUTC('\n'); continue; } - vis(visout, c, VIS_SAFE, s[1]); + vis(visout, c, VIS_SAFE|VIS_NOSLASH, s[1]); for (s2 = visout; *s2; s2++) PUTC(*s2); } |