| plan 9 kernel history: overview | file list | diff list |
2001/1117/ip/netlog.c (diff list | history)
| 2000/0308/sys/src/9/ip/netlog.c:167,173 – 2001/1117/sys/src/9/ip/netlog.c:167,173 (short | long | prev | next) | ||
| 1997/0327 | if(len > 0 && buf[len-1] == '\n') buf[len-1] = 0; | |
| 2000/0308 |
| |
| 2001/1117 | n = tokenize(buf, fields, 10); | |
| 1997/0327 | if(n < 2) return Ebadnetctl; | |