summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-16 14:40:57 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-16 14:40:57 +0000
commit721e412d5e061db60a6d124b696cd92b3719027b (patch)
treeec286537aaefbbaacb86ff774be9c00577b9ca51 /sys/alpha
parent7fa344f13023c7ece6f54f827cd38667bb135af1 (diff)
downloadFreeBSD-src-721e412d5e061db60a6d124b696cd92b3719027b.zip
FreeBSD-src-721e412d5e061db60a6d124b696cd92b3719027b.tar.gz
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
minor cleanup. Added $Id$ to files that did not have any version info, etc
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/console.h2
-rw-r--r--sys/alpha/include/pc/display.h2
-rw-r--r--sys/alpha/include/pc/msdos.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h
index 0010d02..23cdb50 100644
--- a/sys/alpha/include/console.h
+++ b/sys/alpha/include/console.h
@@ -12,6 +12,8 @@
* Søren Schmidt Email: sos@kmd-ac.dk
* Tritonvej 36 UUCP: ...uunet!dkuug!kmd-ac!sos
* DK9210 Aalborg SO Phone: +45 9814 8076
+ *
+ * $Id$
*/
#ifndef _CONSOLE_H_
diff --git a/sys/alpha/include/pc/display.h b/sys/alpha/include/pc/display.h
index cab46e4..9e64a3f 100644
--- a/sys/alpha/include/pc/display.h
+++ b/sys/alpha/include/pc/display.h
@@ -1,5 +1,7 @@
/*
* IBM PC display definitions
+ *
+ * $Id$
*/
/* Color attributes for foreground text */
diff --git a/sys/alpha/include/pc/msdos.h b/sys/alpha/include/pc/msdos.h
index 8d1eb7b..ea221c7 100644
--- a/sys/alpha/include/pc/msdos.h
+++ b/sys/alpha/include/pc/msdos.h
@@ -2,6 +2,8 @@
* msdos common header file
* [obtained from mtools -wfj]
* how to decipher DOS disk structures in coexisting with DOS
+ *
+ * $Id$
*/
#define MSECTOR_SIZE 512 /* MSDOS sector size in bytes */
OpenPOWER on IntegriCloud