Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/cap/cap.h

    rb7fd2a0 r98cb5e0d  
    115115
    116116extern void caps_init(void);
    117 extern errno_t caps_task_alloc(struct task *);
     117extern int caps_task_alloc(struct task *);
    118118extern void caps_task_free(struct task *);
    119119extern void caps_task_init(struct task *);
     
    121121    bool (*)(cap_t *, void *), void *);
    122122
    123 extern errno_t cap_alloc(struct task *, cap_handle_t *);
     123extern cap_handle_t cap_alloc(struct task *);
    124124extern void cap_publish(struct task *, cap_handle_t, kobject_t *);
    125125extern kobject_t *cap_unpublish(struct task *, cap_handle_t, kobject_type_t);
Note: See TracChangeset for help on using the changeset viewer.