diff options
Diffstat (limited to 'sys/alpha/osf1/osf1_sysvec.c')
-rw-r--r-- | sys/alpha/osf1/osf1_sysvec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/osf1/osf1_sysvec.c b/sys/alpha/osf1/osf1_sysvec.c index d11ceb6..0dea307 100644 --- a/sys/alpha/osf1/osf1_sysvec.c +++ b/sys/alpha/osf1/osf1_sysvec.c @@ -87,7 +87,8 @@ struct sysentvec osf1_sysvec = { PS_STRINGS, VM_PROT_ALL, exec_copyout_strings, - exec_setregs + exec_setregs, + NULL }; /* |