From 6701461a9aa1becbb353bcb2cb8744b0aa767c45 Mon Sep 17 00:00:00 2001 From: wollman Date: Sun, 7 Nov 1993 17:52:59 +0000 Subject: Made all header files idempotent and moved incorrect common data from headers into a related source file. Deleted some very old device-specific headers for devices that we don't support and likely never will. --- sys/sys/cdio.h | 10 ++++------ sys/sys/rlist.h | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'sys') diff --git a/sys/sys/cdio.h b/sys/sys/cdio.h index 202e854..0b1bd80 100644 --- a/sys/sys/cdio.h +++ b/sys/sys/cdio.h @@ -1,11 +1,11 @@ /* * 16 Feb 93 Julian Elischer (julian@dialix.oz.au) * - * $Id$ + * $Id: cdio.h,v 1.3 1993/10/16 17:16:25 rgrimes Exp $ */ /* Shared between kernel & process */ -#ifndef SYS_CDIO_H -#define SYS_CDIO_H +#ifndef _SYS_CDIO_H_ +#define _SYS_CDIO_H_ struct cd_toc_entry { u_char :8; @@ -154,6 +154,4 @@ struct ioc_play_msf }; #define CDIOCPLAYMSF _IOW('c',25,struct ioc_play_msf) - - -#endif /* SYS_CDIO_H */ +#endif /* _SYS_CDIO_H_ */ diff --git a/sys/sys/rlist.h b/sys/sys/rlist.h index e9a41b2..7795672 100644 --- a/sys/sys/rlist.h +++ b/sys/sys/rlist.h @@ -16,7 +16,7 @@ * rlist_alloc(&swapmap, 100, &loc); obtain 100 sectors from swap * * from: unknown? - * $Id$ + * $Id: rlist.h,v 1.4 1993/10/16 17:17:32 rgrimes Exp $ */ #ifndef _SYS_RLIST_H_ @@ -36,6 +36,6 @@ extern rlist_destroy __P((struct rlist **)); /* heads of lists */ -struct rlist *swapmap; +extern struct rlist *swapmap; #endif /* _SYS_RLIST_H_ */ -- cgit v1.1