X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fasync-append-null.c;h=217997becc338c0ed5a17066cf123c694f45e6fa;hb=003ce655b7116d18c86a74c50391e54990346931;hp=3eef26ecf08167512f69546f301127603ed03042;hpb=888e0cf441e1cd7dc2846a91f85319abd7419246;p=sliver-openvswitch.git diff --git a/lib/async-append-null.c b/lib/async-append-null.c index 3eef26ecf..217997bec 100644 --- a/lib/async-append-null.c +++ b/lib/async-append-null.c @@ -41,11 +41,11 @@ void async_append_write(struct async_append *ap OVS_UNUSED, const void *data OVS_UNUSED, size_t size OVS_UNUSED) { - NOT_REACHED(); + OVS_NOT_REACHED(); } void async_append_flush(struct async_append *ap OVS_UNUSED) { - NOT_REACHED(); + OVS_NOT_REACHED(); }