summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2009-02-09 13:29:01 +0000
committermbr <mbr@FreeBSD.org>2009-02-09 13:29:01 +0000
commitb47ed35e3f5572770fa8f0e9df71d763cfe85ac9 (patch)
tree0c0543296753f98dfb5dcd2af9121af74595f0be
parente7e0acd2237949a597579c82633223c531999143 (diff)
downloadFreeBSD-src-b47ed35e3f5572770fa8f0e9df71d763cfe85ac9.zip
FreeBSD-src-b47ed35e3f5572770fa8f0e9df71d763cfe85ac9.tar.gz
s/SS_FDREF/SS_NOFDREF/
-rw-r--r--sys/kern/uipc_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_debug.c b/sys/kern/uipc_debug.c
index 17d455f..4689310 100644
--- a/sys/kern/uipc_debug.c
+++ b/sys/kern/uipc_debug.c
@@ -145,7 +145,7 @@ db_print_sostate(short so_state)
comma = 0;
if (so_state & SS_NOFDREF) {
- db_printf("%sSS_FDREF", comma ? ", " : "");
+ db_printf("%sSS_NOFDREF", comma ? ", " : "");
comma = 1;
}
if (so_state & SS_ISCONNECTED) {
OpenPOWER on IntegriCloud