Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpnet/opt Revert removal of opt_inet.h as...



details:   https://anonhg.NetBSD.org/src/rev/871254f769ea
branches:  trunk
changeset: 335638:871254f769ea
user:      justin <justin%NetBSD.org@localhost>
date:      Sun Jan 18 17:33:08 2015 +0000

description:
Revert removal of opt_inet.h as many cases may still require it

diffstat:

 sys/rump/librump/rumpnet/opt/opt_inet.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r a42b28b99205 -r 871254f769ea sys/rump/librump/rumpnet/opt/opt_inet.h
--- a/sys/rump/librump/rumpnet/opt/opt_inet.h   Sun Jan 18 17:28:37 2015 +0000
+++ b/sys/rump/librump/rumpnet/opt/opt_inet.h   Sun Jan 18 17:33:08 2015 +0000
@@ -1,1 +1,4 @@
-/*     $NetBSD: opt_inet.h,v 1.3 2015/01/18 17:06:24 justin Exp $      */
+/*     $NetBSD: opt_inet.h,v 1.4 2015/01/18 17:33:08 justin Exp $      */
+
+#define INET  1
+#define INET6 1



Home | Main Index | Thread Index | Old Index