Oops, misspelled C preprocessor directive ... (it's #elif not #elsif).

This commit is contained in:
Martin Baulig
1998-12-06 13:02:02 +00:00
parent fd77db5f8d
commit 213fb37f26
2 changed files with 4 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ glibtop_get_proc_kernel_p (glibtop *server,
* FreeBSD 3.0 at the moment.
*/
#elsif (defined __FreeBSD__)
#elif (defined __FreeBSD__)
buf->kstk_esp = (u_int64_t) pcb.pcb_ksp;
buf->kstk_eip = (u_int64_t) pcb.pcb_pc;