Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Remove ovbcopy. It's long dead; only sparc has a ref...



details:   https://anonhg.NetBSD.org/src/rev/737453d01bdc
branches:  trunk
changeset: 829700:737453d01bdc
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu Feb 08 21:02:05 2018 +0000

description:
Remove ovbcopy. It's long dead; only sparc has a reference to a function
of the same name, which too should be removed.

diffstat:

 sys/net/net_osdep.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (19 lines):

diff -r d03a8aef6c91 -r 737453d01bdc sys/net/net_osdep.h
--- a/sys/net/net_osdep.h       Thu Feb 08 20:57:41 2018 +0000
+++ b/sys/net/net_osdep.h       Thu Feb 08 21:02:05 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: net_osdep.h,v 1.18 2009/05/06 22:17:41 elad Exp $      */
+/*     $NetBSD: net_osdep.h,v 1.19 2018/02/08 21:02:05 maxv Exp $      */
 /*     $KAME: net_osdep.h,v 1.51 2001/07/06 06:21:43 itojun Exp $      */
 
 /*
@@ -303,9 +303,5 @@
 
 #define if_name(ifp)   ((ifp)->if_xname)
 
-#if defined(__NetBSD__) && __NetBSD_Version__ >= 104000000
-#define ovbcopy(src, dst, len) memmove((dst), (src), (len))
-#endif
-
 #endif /*_KERNEL*/
 #endif /* !_NET_NET_OSDEP_H_ */



Home | Main Index | Thread Index | Old Index