summaryrefslogtreecommitdiff
path: root/inet
diff options
context:
space:
mode:
Diffstat (limited to 'inet')
-rw-r--r--inet/Makefile2
-rw-r--r--inet/rcmd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/inet/Makefile b/inet/Makefile
index e97da7f1ce..fbac0dc4c8 100644
--- a/inet/Makefile
+++ b/inet/Makefile
@@ -22,7 +22,7 @@
subdir := inet
headers := netinet/ether.h netinet/in.h netinet/if_ether.h \
- $(wildcard arpa/*.h protocols/*.h)
+ netinet/tcp.h $(wildcard arpa/*.h protocols/*.h)
routines := ntohl ntohs htonl htons \
inet_lnaof inet_mkadr \
diff --git a/inet/rcmd.c b/inet/rcmd.c
index 7a29db2155..00fa965fd7 100644
--- a/inet/rcmd.c
+++ b/inet/rcmd.c
@@ -173,7 +173,7 @@ rcmd(ahost, rport, locuser, remuser, cmd, fd2p)
from.sin_port >= IPPORT_RESERVED ||
from.sin_port < IPPORT_RESERVED / 2) {
(void)fprintf(stderr,
- _("socket: protocol failure in circuit setup.\n"));
+ _("socket: protocol failure in circuit setup\n"));
goto bad2;
}
}