summaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index be2bb17..31cb71a 100644
--- a/daemon.c
+++ b/daemon.c
@@ -17,7 +17,7 @@ int daemon_start(int ignsigcld)
/* Programming_ pp.72-85, by W. Richard Stephens, Prentice */
/* Hall PTR, 1990 */
- register int childpid, fd;
+ int childpid, fd;
/* If started by init, don't bother */
if (getppid() == 1)