diff options
Diffstat (limited to 'util-linux/ipcrm.c')
-rw-r--r-- | util-linux/ipcrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c index 5dcda859a..5e18c2846 100644 --- a/util-linux/ipcrm.c +++ b/util-linux/ipcrm.c | |||
@@ -122,7 +122,7 @@ int ipcrm_main(int argc, char **argv) | |||
122 | while ((c = getopt(argc, argv, "q:m:s:Q:M:S:h?")) != -1) { | 122 | while ((c = getopt(argc, argv, "q:m:s:Q:M:S:h?")) != -1) { |
123 | int result; | 123 | int result; |
124 | int id = 0; | 124 | int id = 0; |
125 | int iskey = (isupper)(c); | 125 | int iskey = isupper(c); |
126 | 126 | ||
127 | /* needed to delete semaphores */ | 127 | /* needed to delete semaphores */ |
128 | union semun arg; | 128 | union semun arg; |