summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1999-06-17 23:42:45 +0000
committergpalmer <gpalmer@FreeBSD.org>1999-06-17 23:42:45 +0000
commit9fb66a410e002b951c34ab4ecdc4249a9afdc1c4 (patch)
tree43fa0208c69f007809571097da397d86f0a772c0 /sys
parenta77fccf74e6e1b79834b2cd694384b76d965a4b1 (diff)
downloadFreeBSD-src-9fb66a410e002b951c34ab4ecdc4249a9afdc1c4.zip
FreeBSD-src-9fb66a410e002b951c34ab4ecdc4249a9afdc1c4.tar.gz
Add Id strings
Diffstat (limited to 'sys')
-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 3c20d35..936ce92 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 10af2ea..79dc27c 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 3c20d35..936ce92 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 de5d18d..140f2d0 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>
OpenPOWER on IntegriCloud