From 565b9c478d229c17b769c1cb7d10fb62b1d3f78f Mon Sep 17 00:00:00 2001 From: rrs Date: Sun, 17 Jun 2007 01:57:08 +0000 Subject: [PATCH] - Forced commit to update who actually did this code (I forgot the obtained from in the original line) Obtained from: Weongyo Jeong (weongyo.jeong@gmail.com) --- usr.bin/netstat/sctp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/netstat/sctp.c b/usr.bin/netstat/sctp.c index 01b334214054..79051ce3a70e 100644 --- a/usr.bin/netstat/sctp.c +++ b/usr.bin/netstat/sctp.c @@ -28,6 +28,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ + #if 0 #ifndef lint static char sccsid[] = "@(#)sctp.c 0.1 (Berkeley) 4/18/2007";