summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@redhat.com>2004-01-12 07:27:00 -0500
committerStephen Hemminger <shemminger@osdl.org>2004-01-12 07:27:00 -0500
commit60964cda04b35fc5b7449ae052cc08604507a5c5 (patch)
tree36e80e3b71edc7c19d47a33dc8ab05dd506d482d /include/linux
parent651164b09a5fee440aa91c560580dfdad2261d6e (diff)
Eliminate ancient and unused include/linux/{if_pppvar,ppp}.h.
Well, unused except for one silly constant in isdn_ppp.c.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/if_pppvar.h70
-rw-r--r--include/linux/isdn.h1
-rw-r--r--include/linux/ppp.h4
3 files changed, 0 insertions, 75 deletions
diff --git a/include/linux/if_pppvar.h b/include/linux/if_pppvar.h
deleted file mode 100644
index 5e339acccdd3..000000000000
--- a/include/linux/if_pppvar.h
+++ /dev/null
@@ -1,70 +0,0 @@
-/* From: if_pppvar.h,v 1.2 1995/06/12 11:36:51 paulus Exp */
-/*
- * if_pppvar.h - private structures and declarations for PPP.
- *
- * Copyright (c) 1994 The Australian National University.
- * All rights reserved.
- *
- * Permission to use, copy, modify, and distribute this software and its
- * documentation is hereby granted, provided that the above copyright
- * notice appears in all copies. This software is provided without any
- * warranty, express or implied. The Australian National University
- * makes no representations about the suitability of this software for
- * any purpose.
- *
- * IN NO EVENT SHALL THE AUSTRALIAN NATIONAL UNIVERSITY BE LIABLE TO ANY
- * PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
- * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
- * THE AUSTRALIAN NATIONAL UNIVERSITY HAVE BEEN ADVISED OF THE POSSIBILITY
- * OF SUCH DAMAGE.
- *
- * THE AUSTRALIAN NATIONAL UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES,
- * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
- * ON AN "AS IS" BASIS, AND THE AUSTRALIAN NATIONAL UNIVERSITY HAS NO
- * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
- * OR MODIFICATIONS.
- *
- * Copyright (c) 1989 Carnegie Mellon University.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by Carnegie Mellon University. The name of the
- * University may not be used to endorse or promote products derived
- * from this software without specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- */
-
-/*
- * ==FILEVERSION 990806==
- *
- * NOTE TO MAINTAINERS:
- * If you modify this file at all, please set the above date.
- * if_pppvar.h is shipped with a PPP distribution as well as with the kernel;
- * if everyone increases the FILEVERSION number above, then scripts
- * can do the right thing when deciding whether to install a new if_pppvar.h
- * file. Don't change the format of that line otherwise, so the
- * installation script can recognize it.
- */
-
-/*
- * Supported network protocols. These values are used for
- * indexing sc_npmode.
- */
-
-#define NP_IP 0 /* Internet Protocol */
-#define NP_IPX 1 /* IPX protocol */
-#define NP_AT 2 /* Appletalk protocol */
-#define NP_IPV6 3 /* Internet Protocol */
-#define NUM_NP 4 /* Number of NPs. */
-
-#define OBUFSIZE 256 /* # chars of output buffering */
-
-#define PPP_MAGIC 0x5002
-#define PPP_VERSION "2.3.7"
diff --git a/include/linux/isdn.h b/include/linux/isdn.h
index a704d7b489b0..777297e984e2 100644
--- a/include/linux/isdn.h
+++ b/include/linux/isdn.h
@@ -192,7 +192,6 @@ typedef struct {
#include <linux/ppp_defs.h>
#include <linux/if_ppp.h>
-#include <linux/if_pppvar.h>
#include <linux/isdn_ppp.h>
#endif
diff --git a/include/linux/ppp.h b/include/linux/ppp.h
deleted file mode 100644
index 233f961ecf47..000000000000
--- a/include/linux/ppp.h
+++ /dev/null
@@ -1,4 +0,0 @@
-/*
- * Back compatibility for a while.
- */
-#include <linux/if_ppp.h>