X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Fnet%2Fppp_defs.h;h=b06eda5aae3ab1a24a567e855e86d3bb97d1abc8;hp=ed04486059b479005627018f5b0be09e292dd317;hb=HEAD;hpb=b6cd5586f72852f56428749202779af596353b9e diff --git a/include/net/ppp_defs.h b/include/net/ppp_defs.h index ed04486..07a0b5c 100644 --- a/include/net/ppp_defs.h +++ b/include/net/ppp_defs.h @@ -3,7 +3,7 @@ /* * ppp_defs.h - PPP definitions. * - * Copyright (c) 1984 Paul Mackerras. All rights reserved. + * Copyright (c) 1994 Paul Mackerras. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -24,7 +24,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY @@ -35,8 +35,6 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include - #ifndef _PPP_DEFS_H_ #define _PPP_DEFS_H_ @@ -185,12 +183,4 @@ struct ppp_idle { time_t recv_idle; /* time since last NP packet received */ }; -#ifndef __P -#ifdef __STDC__ -#define __P(x) x -#else -#define __P(x) () -#endif -#endif - #endif /* _PPP_DEFS_H_ */