summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-07 17:52:59 +0000
committerwollman <wollman@FreeBSD.org>1993-11-07 17:52:59 +0000
commit6701461a9aa1becbb353bcb2cb8744b0aa767c45 (patch)
tree389eff4185cec407637b8b9cfcf88b5fbf33d0c6 /sys
parent2aba23834f991af3f08514d55d73d965c4c8bf65 (diff)
downloadFreeBSD-src-6701461a9aa1becbb353bcb2cb8744b0aa767c45.zip
FreeBSD-src-6701461a9aa1becbb353bcb2cb8744b0aa767c45.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/cdio.h10
-rw-r--r--sys/sys/rlist.h4
2 files changed, 6 insertions, 8 deletions
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_ */
OpenPOWER on IntegriCloud