| plan 9 kernel history: overview | file list | diff list |
2002/0410/port/nulledf.c (diff list | history)
| 2002/0410/sys/src/9/port/nulledf.c:1,41 – 2002/0413/sys/src/9/port/nulledf.c:1,41 (short | long | prev | next) | ||
|
Remove underscores.
rsc Fri Mar 4 12:44:25 2005 | ||
| 2002/0410 | #include "u.h" #include "../port/lib.h" #include "mem.h" #include "dat.h" #include "fns.h" #include "../port/error.h" #include "../port/edf.h" int isedf(Proc*) { return 0; } void | |
| 2002/0413 | edfbury(Proc*) | |
| 2002/0410 | { } int | |
| 2002/0413 | edfanyready(void) | |
| 2002/0410 | { return 0; } void | |
| 2002/0413 | edfready(Proc*) | |
| 2002/0410 | { } Proc* | |
| 2002/0413 | edfrunproc(void) | |
| 2002/0410 | { return nil; } void | |
| 2002/0413 | edfblock(Proc*) | |
| 2002/0410 | { } | |