stream-fd-windows: Fix compilation error.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 12 Mar 2014 17:48:04 +0000 (10:48 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 13 Mar 2014 16:19:30 +0000 (09:19 -0700)
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/stream-fd-windows.c

index 7a4a995..db60810 100644 (file)
@@ -138,7 +138,7 @@ fd_wait(struct stream *stream, enum stream_wait_type wait)
         break;
 
     default:
-        NOT_REACHED();
+        OVS_NOT_REACHED();
     }
 }