summaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-25 21:57:54 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-25 21:57:54 +0000
commitba94d0cea3d853d19732f64a17cd6207dc85ad5f (patch)
tree38b022cfba11bdd4a90667961e31cfc475ffc7c3 /sys/miscfs/devfs
parent2641b0c407077fa8c3032d87d15ac6a103b0ed1b (diff)
Diffstat (limited to 'sys/miscfs/devfs')
-rw-r--r--sys/miscfs/devfs/README2
-rw-r--r--sys/miscfs/devfs/devfs_proto.h2
-rw-r--r--sys/miscfs/devfs/devfs_tree.c2
-rw-r--r--sys/miscfs/devfs/devfs_vfsops.c2
-rw-r--r--sys/miscfs/devfs/devfs_vnops.c2
-rw-r--r--sys/miscfs/devfs/devfsdefs.h2
-rw-r--r--sys/miscfs/devfs/reproto.sh2
7 files changed, 7 insertions, 7 deletions
diff --git a/sys/miscfs/devfs/README b/sys/miscfs/devfs/README
index fba4214b41af..597abe9a5bb4 100644
--- a/sys/miscfs/devfs/README
+++ b/sys/miscfs/devfs/README
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/sys/miscfs/devfs/README,v 1.6.6.1 2000/08/03 01:04:28 peter Exp $
this file is: /sys/miscfs/devfs/README
diff --git a/sys/miscfs/devfs/devfs_proto.h b/sys/miscfs/devfs/devfs_proto.h
index 846c48ecad85..1ece5d57bafa 100644
--- a/sys/miscfs/devfs/devfs_proto.h
+++ b/sys/miscfs/devfs/devfs_proto.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/miscfs/devfs/devfs_proto.h,v 1.14.8.1 2000/08/03 01:04:28 peter Exp $ */
/* THIS FILE HAS BEEN PRODUCED AUTOMATICALLY */
void devfs_sinit(void *junk);
devnm_p dev_findname(dn_p dir,char *name);
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c
index d47917a4804f..d2f6d562caa0 100644
--- a/sys/miscfs/devfs/devfs_tree.c
+++ b/sys/miscfs/devfs/devfs_tree.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/miscfs/devfs/devfs_tree.c,v 1.66 1999/11/21 12:38:18 phk Exp $
*/
diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c
index f440a83244e9..5ec2419d625c 100644
--- a/sys/miscfs/devfs/devfs_vfsops.c
+++ b/sys/miscfs/devfs/devfs_vfsops.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/miscfs/devfs/devfs_vfsops.c,v 1.42 1999/12/19 06:07:46 rwatson Exp $
*
*/
diff --git a/sys/miscfs/devfs/devfs_vnops.c b/sys/miscfs/devfs/devfs_vnops.c
index 85351ba716e9..9565961ff5fb 100644
--- a/sys/miscfs/devfs/devfs_vnops.c
+++ b/sys/miscfs/devfs/devfs_vnops.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/miscfs/devfs/devfs_vnops.c,v 1.90.2.1 2000/03/17 10:47:32 ps Exp $
*/
#include <sys/param.h>
diff --git a/sys/miscfs/devfs/devfsdefs.h b/sys/miscfs/devfs/devfsdefs.h
index 7df378ccade8..b4cb7b3735f8 100644
--- a/sys/miscfs/devfs/devfsdefs.h
+++ b/sys/miscfs/devfs/devfsdefs.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/miscfs/devfs/devfsdefs.h,v 1.20 1999/08/28 00:46:44 peter Exp $
*/
#ifdef DEVFS_DEBUG
#define DBPRINT(A) printf(A)
diff --git a/sys/miscfs/devfs/reproto.sh b/sys/miscfs/devfs/reproto.sh
index 1b671163db55..4fe161789d75 100644
--- a/sys/miscfs/devfs/reproto.sh
+++ b/sys/miscfs/devfs/reproto.sh
@@ -4,7 +4,7 @@
# to allow for KNF function definitions. So rewrote in perl, but wrapped
# as a shell script.
#
-# $FreeBSD$
+# $FreeBSD: src/sys/miscfs/devfs/reproto.sh,v 1.3.10.1 2000/08/03 01:05:05 peter Exp $
#
exec /usr/bin/perl << *EOF*
open(PROTO, ">devfs_proto.h") || die "Cannot open devfs_proto.h\n";