summaryrefslogtreecommitdiffstats
path: root/sys-utils/prlimit.c
diff options
context:
space:
mode:
authorDavidlohr Bueso2012-04-23 12:05:25 +0200
committerKarel Zak2012-04-23 12:05:25 +0200
commit3f1789ce5d91c4ebd4bb9c1f87987ecdf0f5bbee (patch)
tree46c2efb602659c0645ea3e5a8b92f2cc5a62e70f /sys-utils/prlimit.c
parenteject: verify writing to streams was successful (diff)
downloadkernel-qcow2-util-linux-3f1789ce5d91c4ebd4bb9c1f87987ecdf0f5bbee.tar.gz
kernel-qcow2-util-linux-3f1789ce5d91c4ebd4bb9c1f87987ecdf0f5bbee.tar.xz
kernel-qcow2-util-linux-3f1789ce5d91c4ebd4bb9c1f87987ecdf0f5bbee.zip
prlimit: remove bogus instructions
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Diffstat (limited to 'sys-utils/prlimit.c')
-rw-r--r--sys-utils/prlimit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys-utils/prlimit.c b/sys-utils/prlimit.c
index 12271a079..7e52a2d9c 100644
--- a/sys-utils/prlimit.c
+++ b/sys-utils/prlimit.c
@@ -585,7 +585,6 @@ int main(int argc, char **argv)
break;
case 'h':
usage(stdout);
- break;
case 'o':
ncolumns = string_to_idarray(optarg,
columns, ARRAY_SIZE(columns),
@@ -609,7 +608,6 @@ int main(int argc, char **argv)
default:
usage(stderr);
- break;
}
}
if (argc > optind && pid)