summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1999-06-17 23:42:45 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1999-06-17 23:42:45 +0000
commit0625ba2fc389e77bc48be60adc776eae14a4182c (patch)
treee72c3f08a61378404ac3a8917b2460ab9b86f440
parent43f9e1bb41bd6fbac217b59bd2ba338c75126166 (diff)
Notes
-rw-r--r--sys/dev/snp/snp.c2
-rw-r--r--sys/kern/subr_blist.c2
-rw-r--r--sys/kern/tty_snoop.c2
-rw-r--r--sys/kern/vfs_default.c2
4 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c
index 3c20d3511cf0..936ce9217165 100644
--- a/sys/dev/snp/snp.c
+++ b/sys/dev/snp/snp.c
@@ -11,6 +11,8 @@
* This software is provided ``AS IS'' without any warranties of any kind.
*
* Snoop stuff.
+ *
+ * $Id$
*/
#include "snp.h"
diff --git a/sys/kern/subr_blist.c b/sys/kern/subr_blist.c
index 10af2ea073f8..79dc27c22a71 100644
--- a/sys/kern/subr_blist.c
+++ b/sys/kern/subr_blist.c
@@ -59,6 +59,8 @@
* ranges.
*
* This code can be compiled stand-alone for debugging.
+ *
+ * $Id$
*/
#ifdef KERNEL
diff --git a/sys/kern/tty_snoop.c b/sys/kern/tty_snoop.c
index 3c20d3511cf0..936ce9217165 100644
--- a/sys/kern/tty_snoop.c
+++ b/sys/kern/tty_snoop.c
@@ -11,6 +11,8 @@
* This software is provided ``AS IS'' without any warranties of any kind.
*
* Snoop stuff.
+ *
+ * $Id$
*/
#include "snp.h"
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c
index de5d18d80e98..140f2d01f218 100644
--- a/sys/kern/vfs_default.c
+++ b/sys/kern/vfs_default.c
@@ -35,6 +35,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ *
+ * $Id$
*/
#include <sys/param.h>