Changeset 2859 in MondoRescue for branches/2.2.9/mindi-busybox/procps/fuser.c


Ignore:
Timestamp:
Jul 26, 2011, 1:25:42 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update to upstream busybox 1.18.5
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/procps/fuser.c

    r2725 r2859  
    272272            goto file;
    273273        sprintf(path, "/proc/net/%s", tproto);
    274         if (access(path, R_OK) != 0) { /* PORT/PROTO */
     274        if (access(path, R_OK) == 0) { /* PORT/PROTO */
    275275            scan_proc_net(path, port);
    276276        } else { /* FILE */
Note: See TracChangeset for help on using the changeset viewer.