]> git.ozlabs.org Git - ppp.git/blobdiff - include/net/ppp_defs.h
Change my paulus@samba.org email address to paulus@ozlabs.org
[ppp.git] / include / net / ppp_defs.h
index ed04486059b479005627018f5b0be09e292dd317..e8064ef28ae39484890f14f830eedced58e53d59 100644 (file)
@@ -24,7 +24,7 @@
  * 4. Redistributions of any form whatsoever must retain the following
  *    acknowledgment:
  *    "This product includes software developed by Paul Mackerras
- *     <paulus@samba.org>".
+ *     <paulus@ozlabs.org>".
  *
  * 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 <time.h>
-
 #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_ */