Changeset 92 for trunk/include


Ignore:
Timestamp:
Feb 18, 2007, 5:23:32 PM (18 years ago)
Author:
rainer
Message:

Move fd closing more towards program start. Fix OpenBSD 4.0 compatibility for kernel check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/kern_head.h

    r9 r92  
    780780  "_sys___semctl",         /* 295  */
    781781  "_sys_shmctl",           /* 296  */
    782   "_sys_msgctl",       /*       297 */
     782  "_sys_msgctl",           /* 297  */
     783  "_sys_sched_yield",      /* 298  */
     784  "_sys_getthrid",         /* 299  */
     785  "_sys_thrsleep",         /* 300  */
     786  "_sys_thrwakeup",        /* 301  */
     787  "_sys_threxit",          /* 302  */
     788  "_sys_thrsigdivert",     /* 303  */
     789  "_sys___getcwd",         /* 304  */
    783790  NULL
    784791};
Note: See TracChangeset for help on using the changeset viewer.