diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2000-09-04 21:46:27 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2000-09-04 21:46:27 +0000 |
| commit | 71582bf5157c94af70d92c0edc19910a2373585e (patch) | |
| tree | 85920d2176857e00299a40500cd35b082ce8ef3d /sys/net/if_loop.c | |
| parent | 8cae7cc3d68721d195edfa3dd1a35c583dbc0079 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_loop.c')
| -rw-r--r-- | sys/net/if_loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c index a3d3a3b128b2..21f9695c92a6 100644 --- a/sys/net/if_loop.c +++ b/sys/net/if_loop.c @@ -181,7 +181,7 @@ contiguousfail: case AF_APPLETALK: break; default: - printf("looutput: af=%d unexpected", dst->sa_family); + printf("looutput: af=%d unexpected\n", dst->sa_family); m_freem(m); return (EAFNOSUPPORT); } |
