Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/pmap Stub to pmap.c to avoid unhandled enumeration v...



details:   https://anonhg.NetBSD.org/src/rev/f693213c3bf5
branches:  trunk
changeset: 586354:f693213c3bf5
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Thu Dec 15 01:53:30 2005 +0000

description:
Stub to pmap.c to avoid unhandled enumeration value error. Its only used
for printing purposes.

Will be modified later when UDF is finally committed after review.
Comitting has been put on halt due to dispute over a patch.

diffstat:

 usr.bin/pmap/pmap.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 4aa6c16eac79 -r f693213c3bf5 usr.bin/pmap/pmap.c
--- a/usr.bin/pmap/pmap.c       Thu Dec 15 01:44:00 2005 +0000
+++ b/usr.bin/pmap/pmap.c       Thu Dec 15 01:53:30 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.28 2005/09/10 19:20:51 jmmv Exp $ */
+/*     $NetBSD: pmap.c,v 1.29 2005/12/15 01:53:30 reinoud 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.28 2005/09/10 19:20:51 jmmv Exp $");
+__RCSID("$NetBSD: pmap.c,v 1.29 2005/12/15 01:53:30 reinoud Exp $");
 #endif
 
 #include <string.h>
@@ -417,6 +417,7 @@
                case VT_SMBFS:
                case VT_PTYFS:
                case VT_TMPFS:
+               case VT_UDF:
                        break;
                }
        }



Home | Main Index | Thread Index | Old Index