Changeset 92 for trunk/src/kern_head.c
- Timestamp:
- Feb 18, 2007, 5:23:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kern_head.c
r51 r92 726 726 if (utbuf.release[0] == '3') 727 727 which = 38; 728 else if (utbuf.release[0] == '4') 729 which = 40; 728 730 #else 729 731 if (utbuf.release[0] == '4') … … 791 793 printf("\n/* Kernel %s, machine %s -- use table %s */\n\n", 792 794 utbuf.release, utbuf.machine, "callz_fbsd5"); 793 else if (which == 38 )795 else if (which == 38 || which == 40) 794 796 printf("\n/* Kernel %s, machine %s -- use table %s */\n\n", 795 797 utbuf.release, utbuf.machine, "callz_obsd"); … … 817 819 } 818 820 } 819 else if (which == 38 ) {821 else if (which == 38 || which == 40) { 820 822 while ((callz_obsd[i] != NULL) && (i < SYS_MAXSYSCALL)) 821 823 {
Note:
See TracChangeset
for help on using the changeset viewer.