Rename NOT_REACHED to OVS_NOT_REACHED
[sliver-openvswitch.git] / lib / stream-fd.c
index 1171f32..81c5a43 100644 (file)
@@ -125,7 +125,7 @@ fd_wait(struct stream *stream, enum stream_wait_type wait)
         break;
 
     default:
-        NOT_REACHED();
+        OVS_NOT_REACHED();
     }
 }