From c66632d562fc9e66bb391238f9fe5841263b709b Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Wed, 12 Mar 2014 10:48:04 -0700 Subject: [PATCH] stream-fd-windows: Fix compilation error. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- lib/stream-fd-windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stream-fd-windows.c b/lib/stream-fd-windows.c index 7a4a9954f..db60810ec 100644 --- a/lib/stream-fd-windows.c +++ b/lib/stream-fd-windows.c @@ -138,7 +138,7 @@ fd_wait(struct stream *stream, enum stream_wait_type wait) break; default: - NOT_REACHED(); + OVS_NOT_REACHED(); } } -- 2.47.0