/[hurd]/hurd/pfinet/stubs.c
ViewVC logotype

Diff of /hurd/pfinet/stubs.c

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

revision 1.1 by roland, Fri Feb 4 06:32:38 2000 UTC revision 1.2 by roland, Wed May 29 08:34:33 2002 UTC
# Line 1  Line 1 
1  /* Stub functions replacing things called from the Linux code  /* Stub functions replacing things called from the Linux code
2     Copyright (C) 2000 Free Software Foundation, Inc.     Copyright (C) 2000,02 Free Software Foundation, Inc.
3    
4     This file is part of the GNU Hurd.     This file is part of the GNU Hurd.
5    
# Line 44  dev_init_scheduler (struct device *dev) Line 44  dev_init_scheduler (struct device *dev)
44  {  {
45    dev->qdisc = &qdisc_stub;    dev->qdisc = &qdisc_stub;
46  }  }
47  #pragma weak dev_shutdown = dev_init_scheduler  void dev_shutdown (struct device *)
48  #pragma weak dev_activate = dev_init_scheduler       __attribute__ ((alias ("dev_init_scheduler")));
49  #pragma weak dev_deactivate = dev_init_scheduler  void dev_activate (struct device *)
50  #pragma weak tcp_ioctl = dev_init_scheduler       __attribute__ ((alias ("dev_init_scheduler")));
51    void dev_deactivate (struct device *)
52         __attribute__ ((alias ("dev_init_scheduler")));
53    void tcp_ioctl () __attribute__ ((alias ("dev_init_scheduler")));
54    
55  /* This isn't quite a stub, but it's not quite right either.  */  /* This isn't quite a stub, but it's not quite right either.  */
56  __u32 secure_tcp_sequence_number(__u32 saddr, __u32 daddr,  __u32 secure_tcp_sequence_number(__u32 saddr, __u32 daddr,

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

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