Ignore:
Timestamp:
May 18, 2011, 11:24:05 AM (13 years ago)
Author:
Mattia Monga
Message:

Aggiunta syscall foo (semplice)

File:
1 edited

Legend:

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

    r9 r11  
    111111        no_sys,         /* 93 = truncate */
    112112        no_sys,         /* 94 = ftruncate */
     113        do_foo,         /* 95 = foo */
    113114};
    114115/* This should not fail with "array size is negative": */
Note: See TracChangeset for help on using the changeset viewer.