-
-/*
- * context_save.c -- write out the updated context file
+/* context_save.c -- write out the updated context file
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
#include <h/mh.h>
#include <h/signals.h>
+#include "lock_file.h"
void
context_save (void)
{
- register struct node *np;
+ struct node *np;
FILE *out;
sigset_t set, oset;
int failed_to_lock = 0;