From 86b4d64aa3f5ca4c2824a8948541b0e18dfe0a74 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 3 Aug 2006 17:58:17 +0000 Subject: These should have been part of 15767 too. --- procps/fuser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procps/fuser.c') diff --git a/procps/fuser.c b/procps/fuser.c index 2965fc34b..aae24f50c 100644 --- a/procps/fuser.c +++ b/procps/fuser.c @@ -83,7 +83,7 @@ static int fuser_parse_net_arg(const char *filename, if((sscanf(filename, "%d/%4s", port, tproto)) != 2) return 0; sprintf(path, "%s/net/%s", FUSER_PROC_DIR, tproto); if((access(path, R_OK)) != 0) return 0; - *proto = bb_xstrdup(tproto); + *proto = xstrdup(tproto); return 1; } -- cgit v1.2.3