Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/common remove check for netbsd 1.5 without 5.0. ...
details: https://anonhg.NetBSD.org/src/rev/32e8883c5fa7
branches: trunk
changeset: 358183:32e8883c5fa7
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Dec 16 07:59:14 2017 +0000
description:
remove check for netbsd 1.5 without 5.0. it doesn't happen.
diffstat:
sys/compat/common/rtsock_50.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r c9bcc35fbbcf -r 32e8883c5fa7 sys/compat/common/rtsock_50.c
--- a/sys/compat/common/rtsock_50.c Sat Dec 16 07:52:08 2017 +0000
+++ b/sys/compat/common/rtsock_50.c Sat Dec 16 07:59:14 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtsock_50.c,v 1.4 2015/08/24 22:50:33 pooka Exp $ */
+/* $NetBSD: rtsock_50.c,v 1.5 2017/12/16 07:59:14 mrg Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -61,16 +61,12 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtsock_50.c,v 1.4 2015/08/24 22:50:33 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtsock_50.c,v 1.5 2017/12/16 07:59:14 mrg Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
#endif
-#if defined(COMPAT_14) && !defined(COMPAT_50)
-#define COMPAT_50 1 /* 1.4 needs 5.0 */
-#endif
-
#if defined(COMPAT_50)
#define COMPAT_RTSOCK
Home |
Main Index |
Thread Index |
Old Index