X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/0c44388d6b2c905fa15b95eec5156d73ba69fefb..0eb85d71cc073719bc6d3067b7fe74208b8db42a:/usr/src/sbin/routed/defs.h diff --git a/usr/src/sbin/routed/defs.h b/usr/src/sbin/routed/defs.h index c9837296f1..a737fed603 100644 --- a/usr/src/sbin/routed/defs.h +++ b/usr/src/sbin/routed/defs.h @@ -1,4 +1,16 @@ -/* defs.h 4.17 85/06/03 */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. 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'' without express or implied warranty. + * + * @(#)defs.h 5.4 (Berkeley) %G% + */ /* * Internal data structure definitions for @@ -11,11 +23,11 @@ #include #include +#include #include #include -#include "protocol.h" #include "trace.h" #include "interface.h" #include "table.h" @@ -28,7 +40,6 @@ */ #define CHECK_INTERVAL (1*60) -#define LOOPBACKNET 0x7f000000 /* 127.0.0.0 */ #define equal(a1, a2) \ (bcmp((caddr_t)(a1), (caddr_t)(a2), sizeof (struct sockaddr)) == 0) #define min(a,b) ((a)>(b)?(b):(a))