diff options
| author | Roy Marples <roy@marples.name> | 2009-02-11 17:56:22 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-02-11 17:56:22 +0000 |
| commit | eab2229cfa459ccbf8178ad4cdba68fbb7ebaf46 (patch) | |
| tree | b896daed217eb023e6e5b5d152e9e8a9a0e42169 /signals.c | |
| parent | 63170def69524476fd43495ab1767b8690c0e9b5 (diff) | |
| download | dhcpcd-eab2229cfa459ccbf8178ad4cdba68fbb7ebaf46.tar.xz | |
Enforce NetBSD KNF style more
Diffstat (limited to 'signals.c')
| -rw-r--r-- | signals.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -41,10 +41,10 @@ static int signal_pipe[2]; static const int handle_sigs[] = { SIGALRM, - SIGHUP, - SIGINT, - SIGPIPE, - SIGTERM + SIGHUP, + SIGINT, + SIGPIPE, + SIGTERM }; static void |
