Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/fstat Add DTYPE_SEM.



details:   https://anonhg.NetBSD.org/src/rev/a56b343a3b65
branches:  trunk
changeset: 764197:a56b343a3b65
user:      rmind <rmind%NetBSD.org@localhost>
date:      Thu Apr 14 00:35:35 2011 +0000

description:
Add DTYPE_SEM.

diffstat:

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

diffs (26 lines):

diff -r e51c3c6f3cf8 -r a56b343a3b65 usr.bin/fstat/fstat.c
--- a/usr.bin/fstat/fstat.c     Thu Apr 14 00:32:23 2011 +0000
+++ b/usr.bin/fstat/fstat.c     Thu Apr 14 00:35:35 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fstat.c,v 1.89 2009/05/24 21:41:44 ad Exp $    */
+/*     $NetBSD: fstat.c,v 1.90 2011/04/14 00:35:35 rmind Exp $ */
 
 /*-
  * Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)fstat.c    8.3 (Berkeley) 5/2/95";
 #else
-__RCSID("$NetBSD: fstat.c,v 1.89 2009/05/24 21:41:44 ad Exp $");
+__RCSID("$NetBSD: fstat.c,v 1.90 2011/04/14 00:35:35 rmind Exp $");
 #endif
 #endif /* not lint */
 
@@ -407,6 +407,7 @@
        case DTYPE_KQUEUE:
        case DTYPE_CRYPTO:
        case DTYPE_MQUEUE:
+       case DTYPE_SEM:
                if (checkfile == 0)
                        misctrans(&file);
                break;



Home | Main Index | Thread Index | Old Index