diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 23:59:43 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 23:59:43 -0800 |
| commit | ba6edf537004b1c68a0736c95ebe39a30a2537fb (patch) | |
| tree | b4a2cd81ca09ab6cd8e442458d6da722422ad952 /net/packet/af_packet.c | |
| parent | d0415686774477153ca911a612f74c2d2bb11be6 (diff) | |
v2.5.1.4 -> v2.5.1.5
- Dave Jones: more merging, fix up last merge..
- release to sync with Dave
Diffstat (limited to 'net/packet/af_packet.c')
| -rw-r--r-- | net/packet/af_packet.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index 5aef0ff33926..281dfaec5f1e 100644 --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c @@ -5,7 +5,7 @@ * * PACKET - implements raw packet sockets. * - * Version: $Id: af_packet.c,v 1.57 2001/10/30 03:38:37 davem Exp $ + * Version: $Id: af_packet.c,v 1.58 2001/11/28 21:02:10 davem Exp $ * * Authors: Ross Biro, <bir7@leland.Stanford.Edu> * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> @@ -1902,3 +1902,4 @@ static int __init packet_init(void) module_init(packet_init); module_exit(packet_exit); +MODULE_LICENSE("GPL"); |
