/[hurd]/hurd/libpager/notify-stubs.c
ViewVC logotype

Diff of /hurd/libpager/notify-stubs.c

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

revision 1.2 by mib, Thu Jun 22 16:01:46 1995 UTC revision 1.2.2.1 by ams, Wed Nov 2 16:08:21 2005 UTC
# Line 18  Line 18 
18     along with this program; if not, write to the Free Software     along with this program; if not, write to the Free Software
19     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA. */     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA. */
20    
21    #include "priv.h"
22  #include "notify_S.h"  #include "notify_S.h"
23  #include <errno.h>  #include <errno.h>
24    
# Line 29  _pager_do_seqnos_mach_notify_port_delete Line 30  _pager_do_seqnos_mach_notify_port_delete
30                                             mach_port_t name                                             mach_port_t name
31                                             __attribute__ ((unused)))                                             __attribute__ ((unused)))
32  {  {
33      _pager_stubs_update_seqno (notify, seqno);
34    return 0;    return 0;
35  }  }
36    
# Line 40  _pager_do_seqnos_mach_notify_msg_accepte Line 42  _pager_do_seqnos_mach_notify_msg_accepte
42                                             mach_port_t name                                             mach_port_t name
43                                               __attribute__ ((unused)))                                               __attribute__ ((unused)))
44  {  {
45      _pager_stubs_update_seqno (notify, seqno);
46    return 0;    return 0;
47  }  }
48    
# Line 51  _pager_do_seqnos_mach_notify_port_destro Line 54  _pager_do_seqnos_mach_notify_port_destro
54                                               mach_port_t name                                               mach_port_t name
55                                                 __attribute__ ((unused)))                                                 __attribute__ ((unused)))
56  {  {
57      _pager_stubs_update_seqno (notify, seqno);
58    return 0;    return 0;
59  }  }
60    
# Line 60  _pager_do_seqnos_mach_notify_send_once ( Line 64  _pager_do_seqnos_mach_notify_send_once (
64                                          mach_port_seqno_t seqno                                          mach_port_seqno_t seqno
65                                            __attribute__ ((unused)))                                            __attribute__ ((unused)))
66  {  {
67      _pager_stubs_update_seqno (notify, seqno);
68    return 0;    return 0;
69  }  }
70    
# Line 71  _pager_do_seqnos_mach_notify_dead_name ( Line 76  _pager_do_seqnos_mach_notify_dead_name (
76                                          mach_port_t name                                          mach_port_t name
77                                            __attribute__ ((unused)))                                            __attribute__ ((unused)))
78  {  {
79      _pager_stubs_update_seqno (notify, seqno);
80    return 0;    return 0;
81  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

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