X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2Fstate.c;h=f46dae5d7e343ef1ac94b07bec72a7f056219fa8;hp=a6a4077718f21d66163ab21a85386f9138591e94;hb=93608a52655abf5ac23404c4b5cc05fe575a9c04;hpb=a07343ee0da4f0974a23b673ae1b0d482c7426a1 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));