2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

Merge "master" into "next".

This commit is contained in:
Ben Pfaff
2010-02-24 13:47:09 -08:00
30 changed files with 326 additions and 120 deletions

View File

@@ -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. */