diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-07-15 23:20:48 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:15 +0200 |
commit | d9be8218e63626ee0e0a02e07dd0705c6a65eda9 (patch) | |
tree | ce32bfe27fd97fdb42b7c3ce695e78c55d20075e /ChangeLog | |
parent | 67a6c6b8be26c9d965f5aba52c83927e878f87ef (diff) |
2008-07-15 Barry deFreese <bddebian@comcast.net>
* device/net_io.h (net_ast): Add prototype.
* ipc/ipc_kmsg.c: Include <device/net_io.h>
* kern/ast.c: Include <device/net_io.h>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ * vm/vm_kern.c: Likewise. * device/ds_routine.h (ds_notify): Add prototype. * kern/ipc_kobject.c: Include <device/ds_routines.h> + * device/net_io.h (net_ast): Add prototype. + * ipc/ipc_kmsg.c: Include <device/net_io.h> + * kern/ast.c: Include <device/net_io.h> 2008-07-04 Samuel Thibault <samuel.thibault@ens-lyon.org> |