Removed unnecessary define for TCPOUTFLAGS since they are not used.

This commit is contained in:
Nate Williams 1995-03-06 02:49:24 +00:00
parent 1dd5ec0345
commit 9617d8b1f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6922
2 changed files with 2 additions and 4 deletions

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_subr.c 8.1 (Berkeley) 6/10/93
* $Id: tcp_subr.c,v 1.6 1995/02/09 23:13:25 wollman Exp $
* $Id: tcp_subr.c,v 1.7 1995/02/16 00:55:41 wollman Exp $
*/
#include <sys/param.h>
@ -54,7 +54,6 @@
#include <netinet/ip_var.h>
#include <netinet/ip_icmp.h>
#include <netinet/tcp.h>
#define TCPOUTFLAGS
#include <netinet/tcp_fsm.h>
#include <netinet/tcp_seq.h>
#include <netinet/tcp_timer.h>

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_subr.c 8.1 (Berkeley) 6/10/93
* $Id: tcp_subr.c,v 1.6 1995/02/09 23:13:25 wollman Exp $
* $Id: tcp_subr.c,v 1.7 1995/02/16 00:55:41 wollman Exp $
*/
#include <sys/param.h>
@ -54,7 +54,6 @@
#include <netinet/ip_var.h>
#include <netinet/ip_icmp.h>
#include <netinet/tcp.h>
#define TCPOUTFLAGS
#include <netinet/tcp_fsm.h>
#include <netinet/tcp_seq.h>
#include <netinet/tcp_timer.h>