diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-18 18:53:18 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-18 18:53:18 +0000 |
| commit | 558626dc49bb2da399b744cca18ec4e5d3480a05 (patch) | |
| tree | 2f70a3ccaa23ca1be2aec12b2947bde482a74d36 | |
| parent | 916e6e02e5cae474f7479058504e323e8480779c (diff) | |
Notes
| -rw-r--r-- | sys/sys/sysent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h index e97ad641e5c4..6f74644a1215 100644 --- a/sys/sys/sysent.h +++ b/sys/sys/sysent.h @@ -102,7 +102,7 @@ struct syscall_module_data { #define SYSCALL_MODULE(name, offset, new_sysent, evh, arg) \ static struct syscall_module_data name##_syscall_mod = { \ - evh, arg, offset, new_sysent \ + evh, arg, offset, new_sysent, { 0, NULL } \ }; \ \ static moduledata_t name##_mod = { \ |
