Module Name: src
Committed By: rmind
Date: Thu Apr 14 00:35:35 UTC 2011
Modified Files:
src/usr.bin/fstat: fstat.c
Log Message:
Add DTYPE_SEM.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/usr.bin/fstat/fstat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/fstat/fstat.c
diff -u src/usr.bin/fstat/fstat.c:1.89 src/usr.bin/fstat/fstat.c:1.90
--- src/usr.bin/fstat/fstat.c:1.89 Sun May 24 21:41:44 2009
+++ src/usr.bin/fstat/fstat.c Thu Apr 14 00:35:35 2011
@@ -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;