Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/fs ptyfs rump component



details:   https://anonhg.NetBSD.org/src/rev/4602a38ad229
branches:  trunk
changeset: 755650:4602a38ad229
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jun 14 14:36:15 2010 +0000

description:
ptyfs rump component

diffstat:

 sys/rump/fs/Makefile.rumpfs            |   6 +++---
 sys/rump/fs/lib/libptyfs/Makefile      |  11 +++++++++++
 sys/rump/fs/lib/libptyfs/shlib_version |   4 ++++
 3 files changed, 18 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r 7dffe90ce2a5 -r 4602a38ad229 sys/rump/fs/Makefile.rumpfs
--- a/sys/rump/fs/Makefile.rumpfs       Mon Jun 14 13:40:25 2010 +0000
+++ b/sys/rump/fs/Makefile.rumpfs       Mon Jun 14 14:36:15 2010 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile.rumpfs,v 1.23 2010/03/31 14:18:33 pooka Exp $
+#      $NetBSD: Makefile.rumpfs,v 1.24 2010/06/14 14:36:15 pooka Exp $
 #
 
 RUMPFSLIST=    cd9660 efs ext2fs fdesc ffs hfs kernfs lfs mfs msdos    \
-               nfs nilfs ntfs nullfs smbfs syspuffs sysvbfs tmpfs udf  \
-               umapfs union
+               nfs nilfs ntfs nullfs ptyfs smbfs syspuffs sysvbfs      \
+               tmpfs udf umapfs union
 
 RUMPFSLIST+=   fifovfs layervfs
 
diff -r 7dffe90ce2a5 -r 4602a38ad229 sys/rump/fs/lib/libptyfs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/fs/lib/libptyfs/Makefile Mon Jun 14 14:36:15 2010 +0000
@@ -0,0 +1,11 @@
+#      $NetBSD: Makefile,v 1.1 2010/06/14 14:36:15 pooka Exp $
+#
+
+.PATH:  ${.CURDIR}/../../../../fs/ptyfs
+
+LIB=   rumpfs_ptyfs
+
+SRCS+= ptyfs_subr.c ptyfs_vfsops.c ptyfs_vnops.c
+
+.include <bsd.lib.mk>
+.include <bsd.klinks.mk>
diff -r 7dffe90ce2a5 -r 4602a38ad229 sys/rump/fs/lib/libptyfs/shlib_version
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/fs/lib/libptyfs/shlib_version    Mon Jun 14 14:36:15 2010 +0000
@@ -0,0 +1,4 @@
+#      $NetBSD: shlib_version,v 1.1 2010/06/14 14:36:15 pooka Exp $
+#
+major=0
+minor=0



Home | Main Index | Thread Index | Old Index