|
Re: Error cross-compiling lib/libc/rpc/svc_vc.c: msg#00009os.netbsd.ports.vax
Ok. Here is a patch for the error you reported, Tom... I don't know if this should be in the repository or not. No other architecture should be affected by this patch, but I'm not sure this is the "right" way of dealing with this: -------------- Index: lib/libc/rpc/svc_vc.c =================================================================== RCS file: /cvsroot/src/lib/libc/rpc/svc_vc.c,v retrieving revision 1.13 diff -c -r1.13 svc_vc.c *** lib/libc/rpc/svc_vc.c 9 Sep 2005 15:41:27 -0000 1.13 --- lib/libc/rpc/svc_vc.c 10 Dec 2005 03:43:43 -0000 *************** *** 762,767 **** --- 762,770 ---- #ifdef _REENTRANT extern mutex_t ops_lock; #endif + #ifdef __vax__ + extern void abort(void); + #endif mutex_lock(&ops_lock); if (ops.xp_recv == NULL) { *************** *** 772,778 **** ops.xp_reply = (bool_t (*) __P((SVCXPRT *, struct rpc_msg *)))abort; ops.xp_freeargs = ! (bool_t (*) __P((SVCXPRT *, xdrproc_t, caddr_t)))abort, ops.xp_destroy = svc_vc_destroy; ops2.xp_control = svc_vc_rendezvous_control; } --- 775,781 ---- ops.xp_reply = (bool_t (*) __P((SVCXPRT *, struct rpc_msg *)))abort; ops.xp_freeargs = ! (bool_t (*) __P((SVCXPRT *, xdrproc_t, caddr_t)))abort; ops.xp_destroy = svc_vc_destroy; ops2.xp_control = svc_vc_rendezvous_control; } ----------------- Tom Ivar Helbekkmo wrote: Building current CVS HEAD for VAX, on an i386, stops with error -- Johnny Billquist || "I'm on a bus || on a psychedelic trip email: bqt@xxxxxxxxxxxx || Reading murder books pdp is alive! || tryin' to stay hip" - B. Idol |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Apache 2 on VAX: 00009, Jason Thorpe |
|---|---|
| Next by Date: | Re: LCSPX/SPXg driver, testers wanted: 00009, Tom G. Christensen |
| Previous by Thread: | Error cross-compiling lib/libc/rpc/svc_vc.ci: 00009, Tom Ivar Helbekkmo |
| Next by Thread: | Re: Error cross-compiling lib/libc/rpc/svc_vc.c: 00009, Tom Ivar Helbekkmo |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |