Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-23 | net/tap: Replace tap-haiku.c and tap-aix.c by a generic tap-stub.c | Thomas Huth | |
The files tap-haiku.c and tap-aix.c are identical (except one line of error message). We should avoid such code duplication, so replace these by a generic tap-stub.c file instead. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Jason Wang <jasowang@redhat.com> |