Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/rtl8139/driver.c

    r8d9217d rfafb8e5  
    4242#include <stdio.h>
    4343#include <str.h>
    44 #include <pcapdump_iface.h>
    4544
    4645#include "defs.h"
     
    13141313        }
    13151314
    1316         rc = ddf_fun_add_to_category(fun, "pcap");
    1317         if (rc != EOK) {
    1318                 ddf_msg(LVL_ERROR, "Failed adding function to category pcap");
    1319                 goto err_fun_bind;
    1320         }
    1321 
    13221315        ddf_msg(LVL_NOTE, "The %s device has been successfully initialized.",
    13231316            ddf_dev_get_name(dev));
Note: See TracChangeset for help on using the changeset viewer.