diff options
author | wollman <wollman@FreeBSD.org> | 1995-09-21 17:19:28 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-09-21 17:19:28 +0000 |
commit | 2e2040e424a06b015c95c38b05e4925a2398ab10 (patch) | |
tree | 85f8c679233d5ba68aec0828022d9a9e2241e485 /sys/netinet/ip.h | |
parent | 15d56af06f069a1f8dc3a8a4b106b91a3d249f96 (diff) | |
download | FreeBSD-src-2e2040e424a06b015c95c38b05e4925a2398ab10.zip FreeBSD-src-2e2040e424a06b015c95c38b05e4925a2398ab10.tar.gz |
Second try: get 4.4-Lite-2 into the source tree. The conflicts don't
matter because none of our working source files are on the CSRG branch
any more.
Obtained from: 4.4BSD-Lite-2
Diffstat (limited to 'sys/netinet/ip.h')
-rw-r--r-- | sys/netinet/ip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h index 8a31dfa..347cb22 100644 --- a/sys/netinet/ip.h +++ b/sys/netinet/ip.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ip.h 8.1 (Berkeley) 6/10/93 + * @(#)ip.h 8.2 (Berkeley) 6/1/94 */ /* @@ -87,7 +87,7 @@ struct ip { #define IPTOS_PREC_FLASH 0x60 #define IPTOS_PREC_IMMEDIATE 0x40 #define IPTOS_PREC_PRIORITY 0x20 -#define IPTOS_PREC_ROUTINE 0x10 +#define IPTOS_PREC_ROUTINE 0x00 /* * Definitions for options. |