Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net As noted by Christophe Plasschaert on tech-kern, g/c...



details:   https://anonhg.NetBSD.org/src/rev/2bb56e076137
branches:  trunk
changeset: 580511:2bb56e076137
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Apr 27 07:45:52 2005 +0000

description:
As noted by Christophe Plasschaert on tech-kern, g/c never used
idletimeout configuration ioctls.

diffstat:

 sys/net/if_pppoe.h |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r 57691cc1d76e -r 2bb56e076137 sys/net/if_pppoe.h
--- a/sys/net/if_pppoe.h        Wed Apr 27 05:19:49 2005 +0000
+++ b/sys/net/if_pppoe.h        Wed Apr 27 07:45:52 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_pppoe.h,v 1.5 2003/11/28 08:56:48 keihan Exp $ */
+/* $NetBSD: if_pppoe.h,v 1.6 2005/04/27 07:45:52 martin Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -66,14 +66,6 @@
 
 #define PPPOEGETSESSION        _IOWR('i', 112, struct pppoeconnectionstate)
 
-struct pppoeidletimeoutcfg {
-       char    ifname[IFNAMSIZ];       /* pppoe interface name */
-       u_long  idle_timeout;           /* idle timeout in seconds */
-};
-
-#define        PPPOEGETIDLETIMEOUT     _IOWR('i', 113, struct pppoeidletimeoutcfg)
-#define        PPPOESETIDLETIMEOUT     _IOW('i', 114, struct pppoeidletimeoutcfg)
-
 #ifdef _KERNEL
 
 extern struct ifqueue ppoediscinq;



Home | Main Index | Thread Index | Old Index