freebsd-dev/usr.sbin/rpc.lockd
Alfred Perlstein e4b0fede2c Use char foo[] = "BAR" to avoid direct assignment of const char * into char *.
rpcgen can't really make those fields const because the remote side might
want to munge them, so we need to pass non-const in.  Hackish, but should
work.
2002-03-22 20:02:54 +00:00
..
kern.c Fixup for WARNS. 2001-11-12 16:29:45 +00:00
lock_proc.c Const fix. 2002-03-22 20:00:10 +00:00
lockd_lock.c Remove cast that's not needed. 2002-03-22 19:57:09 +00:00
lockd_lock.h Remove __P. 2002-03-21 22:52:45 +00:00
lockd.c Use char foo[] = "BAR" to avoid direct assignment of const char * into char *. 2002-03-22 20:02:54 +00:00
lockd.h Bring in Andrew P. Lentvorski initial work on making lockd work, 2001-11-15 09:35:51 +00:00
Makefile WARNS from 3 to 4. still some warnings about assigning const char * to 2002-03-22 19:50:58 +00:00
rpc.lockd.8 mdoc(7) police: Removed forgotten .Pp. 2001-04-27 10:18:22 +00:00
test.c Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00