X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Futil.h;h=a9d5048a09b439d2cb15386e80cb79ef761bde65;hb=ca063bcd599bd00c4096628991529c16eb24d1b6;hp=0101bf7b544d4bae1e3d7dc4535999cdcf8e9503;hpb=18b9283b986ab65f64385981f4ba8e237f658c0d;p=openvswitch diff --git a/lib/util.h b/lib/util.h index 0101bf7b..a9d5048a 100644 --- a/lib/util.h +++ b/lib/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -76,8 +76,6 @@ extern const char *program_name; #endif #define NOT_REACHED() abort() -#define NOT_IMPLEMENTED() abort() -#define NOT_TESTED() ((void) 0) /* XXX should print a message. */ /* Given POINTER, the address of the given MEMBER in a STRUCT object, returns the STRUCT object. */ @@ -127,7 +125,7 @@ int hexit_value(int c); char *dir_name(const char *file_name); -void ignore(bool x UNUSED); +void ignore(bool x OVS_UNUSED); #ifdef __cplusplus }