diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:56 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:56 +0100 |
commit | a2c5f3cadcfd2ceab9d37fc847fa0d800a95633a (patch) | |
tree | 73914899ef8a52b80381848144369ad3bde27b2d /sys-utils | |
parent | 1d4ad1decc539c9729b592e6050460d6487c95f4 (diff) | |
download | util-linux-old-a2c5f3cadcfd2ceab9d37fc847fa0d800a95633a.tar.gz |
Imported from util-linux-2.11r tarball.
Diffstat (limited to 'sys-utils')
-rw-r--r-- | sys-utils/ipcrm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/ipcrm.c b/sys-utils/ipcrm.c index 09ba1445..11a5af2c 100644 --- a/sys-utils/ipcrm.c +++ b/sys-utils/ipcrm.c @@ -182,6 +182,7 @@ int main(int argc, char **argv) prog, c); usage(prog); error++; + return error; } if (iskey) { |