/[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.6 by wagi, Fri Oct 24 16:27:57 2003 UTC revision 1.7 by neal, Fri Jan 7 10:27:50 2005 UTC
# Line 1  Line 1 
1  /* Copyright (C) 2003 Free Software Foundation, Inc.  /* Copyright (C) 2003, 2005 Free Software Foundation, Inc.
2     Written by Marcus Brinkmann <marcus@gnu.org>     Written by Marcus Brinkmann <marcus@gnu.org>
3    
4     This file is part of the GNU Hurd.     This file is part of the GNU Hurd.
# Line 75  cap_destructor (void *hook, void *buffer Line 75  cap_destructor (void *hook, 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), 0,    return hurd_slab_create (sizeof (struct hurd_cap), 0, NULL, NULL,
79                             cap_constructor, cap_destructor, NULL,                             cap_constructor, cap_destructor, NULL,
80                             &cap_space);                             &cap_space);
81  }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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