X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fdemand.c;h=8bf96d02b7ff700b3ac0294c1e0ff0c4b22d7000;hp=395a598a9ea56b8c95d256d47eeacafc6081d920;hb=f9f667ee187be5d34ac94f11bf366dd218191122;hpb=cb67581446e926290c6147634f7f467f48c806b5 diff --git a/pppd/demand.c b/pppd/demand.c index 395a598..8bf96d0 100644 --- a/pppd/demand.c +++ b/pppd/demand.c @@ -10,16 +10,11 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * - * 3. The name(s) of the authors of this software must not be used to + * 2. The name(s) of the authors of this software must not be used to * endorse or promote products derived from this software without * prior written permission. * - * 4. Redistributions of any form whatsoever must retain the following + * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras * ". @@ -33,7 +28,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: demand.c,v 1.17 2003/03/03 05:11:45 paulus Exp $" +#define RCSID "$Id: demand.c,v 1.19 2004/11/04 10:02:26 paulus Exp $" #include #include @@ -49,9 +44,7 @@ #include #include #ifdef PPP_FILTER -#include -#include -#include +#include #endif #include "pppd.h"