>>>>> " " == Samar Sharma <[EMAIL PROTECTED]> writes:

     > Does anyone know where is svc_run() defined ? This is used in
     > mountd.c Also, where is xdr_sendmsg() defined. This is used in
     > rmtcall.c

[trondmy@fyspc-epf03 trondmy]$ nm /lib/libc.so.6 | grep svc_run
00101024 T svc_run
You should normally find it in declared in /usr/include/rpc/svc.h

As for xdr_sendmsg(), I have no record of any such function being used
in nfs-utils-0.2.1. Are you sure that isn't something #defined in one
of your /usr/include files?

Cheers,
  Trond
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to