diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-02-26 01:55:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-02-26 03:18:16 +0100 |
commit | c891735f10f65e84896172da5d7c0064efa72feb (patch) | |
tree | b7903d4e71d43925fc8840c84c085555632171b2 /modem-modeswitch/modem-modeswitch.c | |
parent | a1563d125f757bdfd336d9a317f436f6aee836f9 (diff) |
instead of defining _GNU_SOURCE manually use AC_USE_SYSTEM_EXTENSIONS
Diffstat (limited to 'modem-modeswitch/modem-modeswitch.c')
-rw-r--r-- | modem-modeswitch/modem-modeswitch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modem-modeswitch/modem-modeswitch.c b/modem-modeswitch/modem-modeswitch.c index 2c1c764..72e1966 100644 --- a/modem-modeswitch/modem-modeswitch.c +++ b/modem-modeswitch/modem-modeswitch.c @@ -332,7 +332,7 @@ int main(int argc, char **argv) dev->filename); do_exit (6); } - + /* detach running default driver */ signal (SIGTERM, release_usb_device); ret = usb_get_driver_np (handle, 0, buffer, sizeof (buffer)); @@ -392,4 +392,3 @@ int main(int argc, char **argv) do_exit (0); return 0; } - |