Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/pmap Add V_PTY
details: https://anonhg.NetBSD.org/src/rev/94e4b48656fb
branches: trunk
changeset: 571083:94e4b48656fb
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 10 17:54:47 2004 +0000
description:
Add V_PTY
diffstat:
usr.bin/pmap/pmap.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 41c60faf1c83 -r 94e4b48656fb usr.bin/pmap/pmap.c
--- a/usr.bin/pmap/pmap.c Wed Nov 10 17:54:02 2004 +0000
+++ b/usr.bin/pmap/pmap.c Wed Nov 10 17:54:47 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.22 2004/02/10 01:31:41 matt Exp $ */
+/* $NetBSD: pmap.c,v 1.23 2004/11/10 17:54:47 christos Exp $ */
/*
* Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: pmap.c,v 1.22 2004/02/10 01:31:41 matt Exp $");
+__RCSID("$NetBSD: pmap.c,v 1.23 2004/11/10 17:54:47 christos Exp $");
#endif
#include <string.h>
@@ -413,6 +413,7 @@
case VT_VFS:
case VT_OVERLAY:
case VT_SMBFS:
+ case VT_PTYFS:
break;
}
}
Home |
Main Index |
Thread Index |
Old Index