? sctp.c Index: Makefile =================================================================== RCS file: /data/cvs/src/usr.bin/netstat/Makefile,v retrieving revision 1.35 diff -r1.35 Makefile 8c8 < unix.c atalk.c netgraph.c mroute6.c ipsec.c bpf.c pfkey.c --- > unix.c atalk.c netgraph.c mroute6.c ipsec.c bpf.c pfkey.c sctp.c 13a14 > CFLAGS+=-DSCTP Index: main.c =================================================================== RCS file: /data/cvs/src/usr.bin/netstat/main.c,v retrieving revision 1.83 diff -r1.83 main.c 170a171,174 > #ifdef SCTP > { -1, -1, 1, sctp_protopr, > sctp_stats, NULL, "sctp", IPPROTO_SCTP }, > #endif Index: netstat.h =================================================================== RCS file: /data/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.48 diff -r1.48 netstat.h 70a71,74 > #ifdef SCTP > void sctp_protopr(u_long, const char *, int); > void sctp_stats(u_long, const char *, int); > #endif