Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/dccp_var.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/dccp_var.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.3.20.1 diff -u -p -r1.3 -r1.3.20.1 --- src/sys/netinet/dccp_var.h 2016/07/07 06:55:43 1.3 +++ src/sys/netinet/dccp_var.h 2019/06/10 22:09:47 1.3.20.1 @@ -1,5 +1,5 @@ /* $KAME: dccp_var.h,v 1.29 2005/11/03 14:59:28 nishida Exp $ */ -/* $NetBSD: dccp_var.h,v 1.3 2016/07/07 06:55:43 msaitoh Exp $ */ +/* $NetBSD: dccp_var.h,v 1.3.20.1 2019/06/10 22:09:47 christos Exp $ */ /* * Copyright (c) 2003 Joacim HçÈgmark, Magnus Erixzon, Nils-Erik Mattsson @@ -258,14 +258,6 @@ extern const char *dccpstates[]; #define DCCPCTL_SENDSPACE 4 #define DCCPCTL_RECVSPACE 5 -#define DCCPCTL_NAMES { \ - { 0, 0 }, \ - { "defccid", CTLTYPE_INT }, \ - { "stats", CTLTYPE_STRUCT }, \ - { "sendspace", CTLTYPE_INT }, \ - { "recvspace", CTLTYPE_INT }, \ -} - #ifdef _KERNEL #ifdef DCCP_DEBUG_ON @@ -295,7 +287,7 @@ extern struct inpcbtable dccpbtable; /* These four functions are called from inetsw (in_proto.c) */ void dccp_init(void); void dccp_log(int, const char *, ...); -void dccp_input(struct mbuf *, ...); +void dccp_input(struct mbuf *, int, int); void* dccp_ctlinput(int, const struct sockaddr *, void *); int dccp_ctloutput(int , struct socket *, struct sockopt *); int dccp_sysctl(int *, u_int, void *, size_t *, void *, size_t);