tags 539087 patch
thanks
--- psmisc-22.8.orig/src/fuser.c 2009-07-14 01:23:38.000000000 +0200
+++ psmisc-22.8/src/fuser.c 2009-07-29 01:20:01.000000000 +0200
@@ -833,9 +833,9 @@ int main(int argc, char *argv[])
ignore_options=0;
while ((optc =
#ifdef WITH_IPV6
- getopt_long(argc, argv, "46acfhikmn:sS:uvV", options,NULL)
+ getopt_long(argc, argv, "46acfhiklmn:sS:uvV", options,NULL)
#else
- getopt_long(argc, argv, "acfhikmn:sS:uvV", options,NULL)
+ getopt_long(argc, argv, "acfhiklmn:sS:uvV", options,NULL)
#endif
) != -1) {
if (ignore_options > 0) {