| plan 9 kernel history: overview | file list | diff list |
1997/1104/ip/netlog.c (diff list | history)
| 1997/0815/sys/src/9/ip/netlog.c:62,69 – 1997/1104/sys/src/9/ip/netlog.c:62,72 (short | long | prev | next) | ||
| 1997/0327 | nexterror(); } if(alog.opens == 0){ | |
| 1997/1104 | if(alog.buf == nil){ | |
| 1997/0327 | alog.buf = malloc(Nlog); | |
| 1997/1104 | if(alog.buf == nil) error(Enomem); } | |
| 1997/0327 | alog.rptr = alog.buf; alog.end = alog.buf + Nlog; } | |