X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif.c;h=b983b253de737db580d50d4622e3043e6595f68b;hb=2f51a7ebdaeb1067e3eef873c62f6c22989c9aad;hp=8cb2145ec33f0fdc71ad99348f9711d58b587433;hpb=96d878178dc42839415b210c5631dc54d8eaed79;p=sliver-openvswitch.git diff --git a/lib/dpif.c b/lib/dpif.c index 8cb2145ec..b983b253d 100644 --- a/lib/dpif.c +++ b/lib/dpif.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Nicira, Inc. + * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -57,7 +57,7 @@ COVERAGE_DEFINE(dpif_purge); COVERAGE_DEFINE(dpif_execute_with_help); static const struct dpif_class *base_dpif_classes[] = { -#ifdef LINUX_DATAPATH +#ifdef __linux__ &dpif_linux_class, #endif &dpif_netdev_class,