aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2002-12-02 20:38:12 +0000
committerPeter Pentchev <roam@FreeBSD.org>2002-12-02 20:38:12 +0000
commit8c9589bdeac47f1b1c66ca970b9b7cff97f6df94 (patch)
tree8ffc3b49c20fdbf55fc31617a73d700d0450e9b5 /usr.bin
parentc525f9c9a4eec8648c13e21c835b8dd9ec339ba8 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/finger/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c
index 240cbcadd4fa3..a3c40b56929fe 100644
--- a/usr.bin/finger/net.c
+++ b/usr.bin/finger/net.c
@@ -116,7 +116,7 @@ do_protocol(const char *name, const struct addrinfo *ai)
struct iovec iov[3];
struct msghdr msg;
static char slash_w[] = "/W ";
- static char neteol[] = "\n\r";
+ static char neteol[] = "\r\n";
s = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
if (s < 0) {