CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sdl_sound: initial import (verified compilation).
[attic/ports/opt-cross.git] / lsof / lsof-net.patch
CommitLineData
5722ed38
VM
1--- dsock.c.orig 2009-10-20 10:49:12.000000000 +0000
2+++ dsock.c 2009-10-20 10:51:01.000000000 +0000
3@@ -38,6 +38,22 @@
4
5 #include "lsof.h"
6
7+enum
8+{
9+ TCP_ESTABLISHED = 1,
10+ TCP_SYN_SENT,
11+ TCP_SYN_RECV,
12+ TCP_FIN_WAIT1,
13+ TCP_FIN_WAIT2,
14+ TCP_TIME_WAIT,
15+ TCP_CLOSE,
16+ TCP_CLOSE_WAIT,
17+ TCP_LAST_ACK,
18+ TCP_LISTEN,
19+ TCP_CLOSING /* now a valid state */
20+};
21+
22+
23
24 /*
25 * Local definitions