Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 530080 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- libtirpc-0.2.5.orig/src/Makefile.am
0
++ libtirpc-0.2.5/src/Makefile.am
Lines 51-57 Link Here
51
        rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
51
        rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
52
        rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \
52
        rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \
53
        svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
53
        svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
54
        auth_time.c auth_des.c authdes_prot.c debug.c
54
        auth_time.c debug.c
55
55
56
## XDR
56
## XDR
57
libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c
57
libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c
58
-- libtirpc-0.2.5.orig/src/rpc_soc.c
58
++ libtirpc-0.2.5/src/rpc_soc.c
Lines 520-525 Link Here
520
	    (resultproc_t) rpc_wrap_bcast, "udp");
520
	    (resultproc_t) rpc_wrap_bcast, "udp");
521
}
521
}
522
522
523
#if 0
523
/*
524
/*
524
 * Create the client des authentication object. Obsoleted by
525
 * Create the client des authentication object. Obsoleted by
525
 * authdes_seccreate().
526
 * authdes_seccreate().
Lines 551-556 Link Here
551
	dummy = authdes_seccreate(servername, window, NULL, ckey);
552
	dummy = authdes_seccreate(servername, window, NULL, ckey);
552
	return (dummy);
553
	return (dummy);
553
}
554
}
555
#endif
554
556
555
/*
557
/*
556
 * Create a client handle for a unix connection. Obsoleted by clnt_vc_create()
558
 * Create a client handle for a unix connection. Obsoleted by clnt_vc_create()

Return to bug 530080