Do not include var.h where no longer needed. Clean up register keywords in these file at the same time. No functional changes.

This commit is contained in:
Marc Olzheim 2004-10-12 20:08:51 +00:00
parent 442803c30a
commit e9a040adb9
187 changed files with 246 additions and 435 deletions

View file

@ -72,7 +72,6 @@ static int quiet = 0;
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include "var.h"
#include "misc.h"
#include "power.h"
#include "nat.h"
@ -1068,7 +1067,7 @@ add_resources(struct sctstr *sct)
static void
write_sects(void)
{
register struct sctstr *sct;
struct sctstr *sct;
int c, x, y, total;
/* sct = &sects[0][0]; */