Source-Changes-HG archive

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

[src/trunk]: src/sys/coda slightly tweak so that the file for vcoda pseudo de...



details:   https://anonhg.NetBSD.org/src/rev/534b37468aa5
branches:  trunk
changeset: 540847:534b37468aa5
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Dec 26 13:19:05 2002 +0000

description:
slightly tweak so that the file for vcoda pseudo device is next to
pseudo device declaration

diffstat:

 sys/coda/files.coda |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 4863f1ab034c -r 534b37468aa5 sys/coda/files.coda
--- a/sys/coda/files.coda       Thu Dec 26 13:04:39 2002 +0000
+++ b/sys/coda/files.coda       Thu Dec 26 13:19:05 2002 +0000
@@ -1,12 +1,13 @@
-#      $NetBSD: files.coda,v 1.1 2002/04/16 23:14:06 thorpej Exp $
+#      $NetBSD: files.coda,v 1.2 2002/12/26 13:19:05 jdolecek Exp $
 
 deffs  fs_coda.h                       CODA
 
-defpseudo                              vcoda
-
 file   coda/coda_namecache.c           coda
-file   coda/coda_psdev.c               vcoda                   needs-count
 file   coda/coda_subr.c                coda
 file   coda/coda_venus.c               coda
 file   coda/coda_vfsops.c              coda
 file   coda/coda_vnops.c               coda
+
+defpseudo vcoda
+file   dev/vcoda.c                     vcoda                   needs-count
+



Home | Main Index | Thread Index | Old Index