From b34610458859f25f32045a54bd6cb079a60f7a35 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 22 Nov 2014 07:16:14 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index cc603ea3d9..fc40f3a8ea 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9037,4 +9037,6 @@ only have to be unique with response to the IP address. So, for example, you could have multiple port 80's, one on each network (2014-11-21). + * net/tcp/tcp_conn.c and tcp.h: Make tcp_listener static scope; it is + not used outside of tcp_conn.c (2014-11-22).