wtf, end-of-file got chopped off

This commit is contained in:
Doug MacEachern 2004-07-12 21:27:24 +00:00
parent 13ce45c30b
commit c1df8325d5
1 changed files with 4 additions and 1 deletions

View File

@ -1360,4 +1360,7 @@ int sigar_net_interface_stat_get(sigar_t *sigar, const char *name,
int sigar_net_connection_list_get(sigar_t *sigar,
sigar_net_connection_list_t *connlist,
int flags
int flags)
{
return SIGAR_ENOTIMPL;
}