summaryrefslogtreecommitdiffstats
path: root/utils/statd/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/statd/state.c')
-rw-r--r--utils/statd/state.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/statd/state.c b/utils/statd/state.c
index a6a4077..f46dae5 100644
--- a/utils/statd/state.c
+++ b/utils/statd/state.c
@@ -28,7 +28,6 @@ void
change_state (void)
{
int fd, size;
- extern short int restart;
if ((fd = open (SM_STAT_PATH, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR)) == -1)
die ("open (%s): %s", SM_STAT_PATH, strerror (errno));