diff options
Diffstat (limited to 'src/kill.c')
-rw-r--r-- | src/kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kill.c b/src/kill.c index f29b12fc8..1fd495840 100644 --- a/src/kill.c +++ b/src/kill.c @@ -66,7 +66,7 @@ static char const short_options[] = "N::O::P::Q::R::S::T::U::V::W::X::Y::Z::" "ln:s:t"; -static const struct option const long_options[] = +static struct option const long_options[] = { {"list", no_argument, NULL, 'l'}, {"signal", required_argument, NULL, 's'}, |