| plan 9 kernel history: overview | file list | diff list |
2000/0308/ip/netlog.c (diff list | history)
| 1999/0731/sys/src/9/ip/netlog.c:167,173 – 2000/0308/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 | n = getfields(buf, fields, 10, 1, " "); | |
| 1997/0327 | if(n < 2) return Ebadnetctl; | |