On Sat, Sep 18, 2004 at 09:13:42PM -0700, Julian Elischer wrote:
+> >>+#if (__i386__) && (INVARIANTS)
+> >>+       KASSERT(new_sysent->nargs >= 0 && new_sysent->nargs <= 
+> >>i386_SYS_ARGS,
+> >>+               "invalid number of syscalls");
+> >>+#endif
+> >>+
+> >>       *old_sysent = sysent[*offset];
+> >>       sysent[*offset] = *new_sysent;
+> >>       return 0;
+> >
+> >
+> >Why panic the machine at this point?  Just refuse to install the syscall
+> >and return an error.
+> 
+> and the test for INVARIANTS is un-needed.. KASSERT only compiles to anything
+> when INVARIANTS is defined.

...and it should be '#ifdef', not '#if'.
...and the panic message should be inside ().

-- 
Pawel Jakub Dawidek                       http://www.FreeBSD.org
[EMAIL PROTECTED]                           http://garage.freebsd.pl
FreeBSD committer                         Am I Evil? Yes, I Am!

Attachment: pgpzjpAm2AMY1.pgp
Description: PGP signature

Reply via email to