Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/ptyfs update #include path to fs/ptyfs/



details:   https://anonhg.NetBSD.org/src/rev/8e8acb4c212c
branches:  trunk
changeset: 571140:8e8acb4c212c
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Nov 11 19:19:59 2004 +0000

description:
update #include path to fs/ptyfs/

diffstat:

 sys/fs/ptyfs/ptyfs_subr.c   |  6 +++---
 sys/fs/ptyfs/ptyfs_vfsops.c |  6 +++---
 sys/fs/ptyfs/ptyfs_vnops.c  |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (83 lines):

diff -r 26a81a764f81 -r 8e8acb4c212c sys/fs/ptyfs/ptyfs_subr.c
--- a/sys/fs/ptyfs/ptyfs_subr.c Thu Nov 11 19:10:16 2004 +0000
+++ b/sys/fs/ptyfs/ptyfs_subr.c Thu Nov 11 19:19:59 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ptyfs_subr.c,v 1.1 2004/11/11 18:56:25 jdolecek Exp $  */
+/*     $NetBSD: ptyfs_subr.c,v 1.2 2004/11/11 19:19:59 jdolecek Exp $  */
 
 /*
  * Copyright (c) 1993
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ptyfs_subr.c,v 1.1 2004/11/11 18:56:25 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ptyfs_subr.c,v 1.2 2004/11/11 19:19:59 jdolecek Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -89,7 +89,7 @@
 #include <sys/tty.h>
 #include <sys/pty.h>
 
-#include <miscfs/ptyfs/ptyfs.h>
+#include <fs/ptyfs/ptyfs.h>
 #include <miscfs/specfs/specdev.h>
 
 static struct lock ptyfs_hashlock;
diff -r 26a81a764f81 -r 8e8acb4c212c sys/fs/ptyfs/ptyfs_vfsops.c
--- a/sys/fs/ptyfs/ptyfs_vfsops.c       Thu Nov 11 19:10:16 2004 +0000
+++ b/sys/fs/ptyfs/ptyfs_vfsops.c       Thu Nov 11 19:19:59 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ptyfs_vfsops.c,v 1.1 2004/11/11 18:56:25 jdolecek Exp $        */
+/*     $NetBSD: ptyfs_vfsops.c,v 1.2 2004/11/11 19:19:59 jdolecek Exp $        */
 
 /*
  * Copyright (c) 1992, 1993, 1995
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ptyfs_vfsops.c,v 1.1 2004/11/11 18:56:25 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ptyfs_vfsops.c,v 1.2 2004/11/11 19:19:59 jdolecek Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -55,8 +55,8 @@
 #include <sys/tty.h>
 #include <sys/pty.h>
 
+#include <fs/ptyfs/ptyfs.h>
 #include <miscfs/specfs/specdev.h>
-#include <miscfs/ptyfs/ptyfs.h>
 
 MALLOC_DEFINE(M_PTYFSMNT, "ptyfs mount", "ptyfs mount structures");
 
diff -r 26a81a764f81 -r 8e8acb4c212c sys/fs/ptyfs/ptyfs_vnops.c
--- a/sys/fs/ptyfs/ptyfs_vnops.c        Thu Nov 11 19:10:16 2004 +0000
+++ b/sys/fs/ptyfs/ptyfs_vnops.c        Thu Nov 11 19:19:59 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ptyfs_vnops.c,v 1.1 2004/11/11 18:56:25 jdolecek Exp $ */
+/*     $NetBSD: ptyfs_vnops.c,v 1.2 2004/11/11 19:19:59 jdolecek Exp $ */
 
 /*
  * Copyright (c) 1993, 1995
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ptyfs_vnops.c,v 1.1 2004/11/11 18:56:25 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ptyfs_vnops.c,v 1.2 2004/11/11 19:19:59 jdolecek Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -101,8 +101,8 @@
 
 #include <machine/reg.h>
 
+#include <fs/ptyfs/ptyfs.h>
 #include <miscfs/genfs/genfs.h>
-#include <miscfs/ptyfs/ptyfs.h>
 #include <miscfs/specfs/specdev.h>
 
 /*



Home | Main Index | Thread Index | Old Index