Ignore:
File:
1 edited

Legend:

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

    rfafb8e5 r8d9217d  
    4242#include <stdio.h>
    4343#include <str.h>
     44#include <pcapdump_iface.h>
    4445
    4546#include "defs.h"
     
    13131314        }
    13141315
     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
    13151322        ddf_msg(LVL_NOTE, "The %s device has been successfully initialized.",
    13161323            ddf_dev_get_name(dev));
Note: See TracChangeset for help on using the changeset viewer.