|
|
| version 1.2, 2003/06/17 04:30:05 | version 1.3, 2004/03/31 23:20:22 |
|---|---|
| Line 30 | Line 30 |
| * SUCH DAMAGE. | * SUCH DAMAGE. |
| * | * |
| * $FreeBSD: src/usr.sbin/ypserv/yp_svc_udp.c,v 1.5 1999/08/28 01:21:14 peter Exp $ | * $FreeBSD: src/usr.sbin/ypserv/yp_svc_udp.c,v 1.5 1999/08/28 01:21:14 peter Exp $ |
| * $DragonFly: src/usr.sbin/ypserv/yp_svc_udp.c,v 1.1 2003/06/16 07:40:09 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <rpc/rpc.h> | #include <rpc/rpc.h> |
| Line 59 struct svcudp_data { | Line 59 struct svcudp_data { |
| */ | */ |
| unsigned long | unsigned long |
| svcudp_get_xid(xprt) | svcudp_get_xid(SVCXPRT *xprt) |
| SVCXPRT *xprt; | |
| { | { |
| struct svcudp_data *su; | struct svcudp_data *su; |
| Line 71 svcudp_get_xid(xprt) | Line 70 svcudp_get_xid(xprt) |
| } | } |
| unsigned long | unsigned long |
| svcudp_set_xid(xprt, xid) | svcudp_set_xid(SVCXPRT *xprt, unsigned long xid) |
| SVCXPRT *xprt; | |
| unsigned long xid; | |
| { | { |
| struct svcudp_data *su; | struct svcudp_data *su; |
| unsigned long old_xid; | unsigned long old_xid; |