diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-10-29 01:22:15 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-10-29 01:22:15 +0000 |
| commit | f4481658ec927da2f52bb4f216a75e8e87cc5aa1 (patch) | |
| tree | bb6e71d83805f52e706b04d1c2f83bf06eee792e /sys/dev/streams/streams.c | |
| parent | 997313be99b4874fc65879bdfcb1abe0671f7000 (diff) | |
Notes
Diffstat (limited to 'sys/dev/streams/streams.c')
| -rw-r--r-- | sys/dev/streams/streams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c index 8d025760cea3d..3fc97c68b52e0 100644 --- a/sys/dev/streams/streams.c +++ b/sys/dev/streams/streams.c @@ -389,7 +389,7 @@ svr4_delete_socket(p, fp) if (e->p == p && e->cookie == cookie) { TAILQ_REMOVE(&svr4_head, e, entries); DPRINTF(("svr4_delete_socket: %s [%p,%d,%d]\n", - e->sock.sun_path, p, e->dev, e->ino)); + e->sock.sun_path, p, (int)e->dev, e->ino)); free(e, M_TEMP); return; } |
