- Move common definitions to Makefile.inc

- Revert change common/os.h -> os.h. From Mats O Jansson.
This commit is contained in:
christos
1997-04-17 21:08:57 +00:00
parent 6c9c784d7f
commit 0032f58a4b
12 changed files with 29 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
/* $NetBSD: process.c,v 1.3 1997/04/16 13:31:00 christos Exp $ */
/* $NetBSD: process.c,v 1.4 1997/04/17 21:09:21 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.3 1997/04/16 13:31:00 christos Exp $";
static char rcsid[] = "$NetBSD: process.c,v 1.4 1997/04/17 21:09:21 christos Exp $";
#endif
#include "common/os.h"
#include "os.h"
#include "common/common.h"
#include "common/mopdef.h"
#include "common/nmadef.h"