/[hurd]/hurd-l4/libhurd-cap/cap.c
ViewVC logotype

Diff of /hurd-l4/libhurd-cap/cap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by marcus, Mon Sep 15 18:09:45 2003 UTC revision 1.5 by marcus, Wed Sep 17 15:12:22 2003 UTC
# Line 75  cap_destructor (void *buffer) Line 75  cap_destructor (void *buffer)
75  error_t  error_t
76  hurd_cap_init (void)  hurd_cap_init (void)
77  {  {
78    return hurd_slab_create (sizeof (struct hurd_cap),    return hurd_slab_create (sizeof (struct hurd_cap), 0,
79                             cap_constructor, cap_destructor, &cap_space);                             cap_constructor, cap_destructor, &cap_space);
80  }  }
81    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26