patch-2.2.4 linux/include/net/ipv6.h
Next file: linux/include/net/neighbour.h
Previous file: linux/include/net/ip_masq.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Mar 23 13:55:14 1999
- Orig file:
v2.2.3/linux/include/net/ipv6.h
- Orig date:
Mon Oct 5 13:13:47 1998
diff -u --recursive --new-file v2.2.3/linux/include/net/ipv6.h linux/include/net/ipv6.h
@@ -4,7 +4,7 @@
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
*
- * $Id: ipv6.h,v 1.14 1998/10/03 09:36:45 davem Exp $
+ * $Id: ipv6.h,v 1.15 1999/03/21 05:22:16 davem Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -184,14 +184,6 @@
{
return ((a->s6_addr32[0] | a->s6_addr32[1] |
a->s6_addr32[2] | a->s6_addr32[3] ) == 0);
-}
-
-extern __inline__ int gfp_any(void)
-{
- int pri = GFP_KERNEL;
- if (in_interrupt())
- pri = GFP_ATOMIC;
- return pri;
}
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)