1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/libexec/rexecd
Dag-Erling Smørgrav 6eece4b5f1 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.
2005-02-23 21:26:55 +00:00
..
Makefile Make WARNS=6-clean. 2005-02-23 17:13:28 +00:00
rexecd.8 Sort sections. 2005-01-18 09:29:40 +00:00
rexecd.c If what we have is a struct sockaddr_storage * and what we want is a 2005-02-23 21:26:55 +00:00