Re: [ovs-dev] [PATCH] byte-order: htonll() and ntohll() for Windows.

2014-03-11 Thread Ben Pfaff
On Mon, Mar 10, 2014 at 10:56:39AM -0700, Gurucharan Shetty wrote: > These functions exist, so don't provide them. > > Signed-off-by: Gurucharan Shetty How curious. Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/m

[ovs-dev] [PATCH] byte-order: htonll() and ntohll() for Windows.

2014-03-10 Thread Gurucharan Shetty
These functions exist, so don't provide them. Signed-off-by: Gurucharan Shetty --- lib/byte-order.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/byte-order.h b/lib/byte-order.h index 352f91e..e5ea8db 100644 --- a/lib/byte-order.h +++ b/lib/byte-order.h @@ -22,6 +22,7 @@ #include