]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If what we have is a struct sockaddr_storage * and what we want is a
authordes <des@FreeBSD.org>
Wed, 23 Feb 2005 21:26:55 +0000 (21:26 +0000)
committerdes <des@FreeBSD.org>
Wed, 23 Feb 2005 21:26:55 +0000 (21:26 +0000)
commit235eb699e1ae3a95f2db6759c1f520cebd12f7b9
treeb4eba8e6bbd8901b7cf908d4fe47526a1174704a
parent0b408ef0dc0d84919f3fa821cf12419a8abfc769
If what we have is a struct sockaddr_storage * and what we want is a
struct sockaddr_storage *, there's no point in casting it prematurely
to a struct sockaddr *.  This unbreaks WARNS=6 on sparc64.
libexec/rexecd/rexecd.c