summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_seq.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-05-12 00:48:53 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-05-12 00:48:53 +0000
commita0d1db887f3a0541c44c09ae5f7926a37cfaa788 (patch)
tree40e9b2def209c699a802917eed3318661b6f1686 /sys/netinet/tcp_seq.h
parent88ce98795e60512c65517b040e879766d6bd341b (diff)
Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)
Diffstat (limited to 'sys/netinet/tcp_seq.h')
-rw-r--r--sys/netinet/tcp_seq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_seq.h b/sys/netinet/tcp_seq.h
index 4fb8ea2629a..91945b855bc 100644
--- a/sys/netinet/tcp_seq.h
+++ b/sys/netinet/tcp_seq.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_seq.h,v 1.3 2001/06/09 07:03:43 angelos Exp $ */
+/* $OpenBSD: tcp_seq.h,v 1.4 2003/05/12 00:48:52 jason Exp $ */
/* $NetBSD: tcp_seq.h,v 1.6 1995/03/26 20:32:35 jtc Exp $ */
/*
@@ -64,6 +64,6 @@
#define TCP_ISSINCR (125*1024) /* increment for tcp_iss each second */
#ifdef _KERNEL
-tcp_seq tcp_iss; /* tcp initial send seq # */
+extern tcp_seq tcp_iss; /* tcp initial send seq # */
#endif /* _KERNEL */
#endif /* _NETINET_TCP_SEQ_H_ */