chiark
/
gitweb
/
~mdw
/
userv-utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f7aad3
)
ipif/service.c: Delete the `signals' vector.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 25 Sep 2017 10:24:08 +0000
(11:24 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 26 Sep 2017 01:23:37 +0000
(
02:23
+0100)
Nobody cares any more. Except for the compiler, which warns us that
nobody cares any more.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
ipif/service.c
patch
|
blob
|
blame
|
history
diff --git
a/ipif/service.c
b/ipif/service.c
index abc143188f93cf3553595d0b5c1308ac3fb70bee..44d15869c4e29ac742e6ca7c9f7e697ea9591e93 100644
(file)
--- a/
ipif/service.c
+++ b/
ipif/service.c
@@
-142,7
+142,6
@@
static const unsigned long gidmaxval= (unsigned long)((gid_t)-2);
static const char *const protos_ok[]= { "slip", 0 };
-static const int signals[]= { SIGHUP, SIGINT, SIGTERM, 0 };
static const char default_ifnamepat[]= "userv%d";
static const char *configstr, *proto;