]> git.ipfire.org Git - thirdparty/util-linux.git/blame - sys-utils/tunelp.c
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / sys-utils / tunelp.c
CommitLineData
6dbe3af9 1/****************************************************************************\
fd6b7a7f 2* Copyright (C) 1992-1997 Michael K. Johnson, johnsonm@redhat.com *
6dbe3af9 3* *
fd6b7a7f
KZ
4* This file is licensed under the terms of the GNU General *
5* Public License, version 2, or any later version. See file COPYING *
6dbe3af9
KZ
6* for information on distribution conditions. *
7\****************************************************************************/
8
2b6fc908 9/* $Id: tunelp.c,v 1.9 1998/06/08 19:37:11 janl Exp $
726f69e2 10 * $Log: tunelp.c,v $
2b6fc908
KZ
11 * Revision 1.9 1998/06/08 19:37:11 janl
12 * Thus compiles tunelp with 2.1.103 kernels
13 *
fd6b7a7f
KZ
14 * Revision 1.8 1997/07/06 00:14:06 aebr
15 * Fixes to silence -Wall.
726f69e2 16 *
fd6b7a7f
KZ
17 * Revision 1.7 1997/06/20 16:10:38 janl
18 * tunelp refreshed from authors archive.
19 *
20 * Revision 1.9 1997/06/20 12:56:43 johnsonm
21 * Finished fixing license terms.
22 *
23 * Revision 1.8 1997/06/20 12:34:59 johnsonm
24 * Fixed copyright and license.
25 *
26 * Revision 1.7 1995/03/29 11:16:23 johnsonm
27 * TYPO fixed...
28 *
29 * Revision 1.6 1995/03/29 11:12:15 johnsonm
30 * Added third argument to ioctl needed with new kernels
6dbe3af9
KZ
31 *
32 * Revision 1.5 1995/01/13 10:33:43 johnsonm
33 * Chris's changes for new ioctl numbers and backwards compatibility
34 * and the reset ioctl.
35 *
36 * Revision 1.4 1995/01/03 17:42:14 johnsonm
37 * -s isn't supposed to take an argument; removed : after s in getopt...
38 *
39 * Revision 1.3 1995/01/03 07:36:49 johnsonm
40 * Fixed typo
41 *
42 * Revision 1.2 1995/01/03 07:33:44 johnsonm
43 * revisions for lp driver updates in Linux 1.1.76
44 *
7eda085c
KZ
45