Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/minix/servers/fs/table.c

    r9 r11  
    113113        do_truncate,    /* 93 = truncate */
    114114        do_ftruncate,   /* 94 = truncate */
     115        no_sys,         /* 95 = foo */
    115116};
    116117/* This should not fail with "array size is negative": */
Note: See TracChangeset for help on using the changeset viewer.