CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2013/07/01 04:53:52
Modified files: sys/netinet : tcp_input.c Log message: The reverse parameter of in_pcblookup_listen() is a boolean and not a flag. Rename the variable inpl_flags in tcp_input() to inpl_reverse like in udp_input(). No binary change. OK mikeb@