Don't include "os.h", include "common/os.h" like it does for the other

includes.
This commit is contained in:
christos
1997-04-16 13:30:57 +00:00
parent 26d7e3ccae
commit 7ede515580
6 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
/* $NetBSD: mopa.out.c,v 1.2 1997/03/25 03:07:41 thorpej Exp $ */
/* $NetBSD: mopa.out.c,v 1.3 1997/04/16 13:30:57 christos Exp $ */
/* mopa.out - Convert a Unix format kernel into something that
* can be transfered via MOP.
@@ -48,10 +48,10 @@
*/
#ifndef LINT
static char rcsid[] = "$NetBSD: mopa.out.c,v 1.2 1997/03/25 03:07:41 thorpej Exp $";
static char rcsid[] = "$NetBSD: mopa.out.c,v 1.3 1997/04/16 13:30:57 christos Exp $";
#endif
#include "os.h"
#include "common/os.h"
#include "common/common.h"
#include "common/mopdef.h"
#include "common/file.h"

View File

@@ -1,4 +1,4 @@
/* $NetBSD: mopchk.c,v 1.2 1997/03/25 03:07:45 thorpej Exp $ */
/* $NetBSD: mopchk.c,v 1.3 1997/04/16 13:30:58 christos Exp $ */
/*
* Copyright (c) 1995-96 Mats O Jansson. All rights reserved.
@@ -30,7 +30,7 @@
*/
#ifndef LINT
static char rcsid[] = "$NetBSD: mopchk.c,v 1.2 1997/03/25 03:07:45 thorpej Exp $";
static char rcsid[] = "$NetBSD: mopchk.c,v 1.3 1997/04/16 13:30:58 christos Exp $";
#endif
/*
@@ -39,7 +39,7 @@ static char rcsid[] = "$NetBSD: mopchk.c,v 1.2 1997/03/25 03:07:45 thorpej Exp $
* Usage: mopchk [-a] [-v] [filename...]
*/
#include "os.h"
#include "common/os.h"
#include "common/common.h"
#include "common/mopdef.h"
#include "common/device.h"

View File

@@ -1,4 +1,4 @@
/* $NetBSD: mopd.c,v 1.2 1997/03/25 03:07:49 thorpej Exp $ */
/* $NetBSD: mopd.c,v 1.3 1997/04/16 13:30:59 christos Exp $ */
/*
* Copyright (c) 1993-96 Mats O Jansson. All rights reserved.
@@ -30,7 +30,7 @@
*/
#ifndef LINT
static char rcsid[] = "$NetBSD: mopd.c,v 1.2 1997/03/25 03:07:49 thorpej Exp $";
static char rcsid[] = "$NetBSD: mopd.c,v 1.3 1997/04/16 13:30:59 christos Exp $";
#endif
/*
@@ -40,7 +40,7 @@ static char rcsid[] = "$NetBSD: mopd.c,v 1.2 1997/03/25 03:07:49 thorpej Exp $";
* mopd [ -d -f -v ] [ -3 | -4 ] interface
*/
#include "os.h"
#include "common/os.h"
#include "common/common.h"
#include "common/mopdef.h"
#include "common/device.h"

View File

@@ -1,4 +1,4 @@
/* $NetBSD: process.c,v 1.2 1997/03/25 03:07:51 thorpej Exp $ */
/* $NetBSD: process.c,v 1.3 1997/04/16 13:31:00 christos Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -30,10 +30,10 @@
*/
#ifndef LINT
static char rcsid[] = "$NetBSD: process.c,v 1.2 1997/03/25 03:07:51 thorpej Exp $";
static char rcsid[] = "$NetBSD: process.c,v 1.3 1997/04/16 13:31:00 christos Exp $";
#endif
#include "os.h"
#include "common/os.h"
#include "common/common.h"
#include "common/mopdef.h"
#include "common/nmadef.h"

View File

@@ -1,4 +1,4 @@
/* $NetBSD: mopprobe.c,v 1.2 1997/03/25 03:07:57 thorpej Exp $ */
/* $NetBSD: mopprobe.c,v 1.3 1997/04/16 13:31:02 christos Exp $ */
/*
* Copyright (c) 1993-96 Mats O Jansson. All rights reserved.
@@ -30,7 +30,7 @@
*/
#ifndef LINT
static char rcsid[] = "$NetBSD: mopprobe.c,v 1.2 1997/03/25 03:07:57 thorpej Exp $";
static char rcsid[] = "$NetBSD: mopprobe.c,v 1.3 1997/04/16 13:31:02 christos Exp $";
#endif
/*
@@ -40,7 +40,7 @@ static char rcsid[] = "$NetBSD: mopprobe.c,v 1.2 1997/03/25 03:07:57 thorpej Exp
* mopprobe [ -3 | -4 ] interface
*/
#include "os.h"
#include "common/os.h"
#include "common/common.h"
#include "common/mopdef.h"
#include "common/device.h"

View File

@@ -1,4 +1,4 @@
/* $NetBSD: moptrace.c,v 1.2 1997/03/25 03:08:02 thorpej Exp $ */
/* $NetBSD: moptrace.c,v 1.3 1997/04/16 13:31:03 christos Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -30,7 +30,7 @@
*/
#ifndef LINT
static char rcsid[] = "$NetBSD: moptrace.c,v 1.2 1997/03/25 03:08:02 thorpej Exp $";
static char rcsid[] = "$NetBSD: moptrace.c,v 1.3 1997/04/16 13:31:03 christos Exp $";
#endif
/*
@@ -40,7 +40,7 @@ static char rcsid[] = "$NetBSD: moptrace.c,v 1.2 1997/03/25 03:08:02 thorpej Exp
* moptrace [ -d ] [ -3 | -4 ] interface
*/
#include "os.h"
#include "common/os.h"
#include "common/common.h"
#include "common/mopdef.h"
#include "common/device.h"