summaryrefslogtreecommitdiff
path: root/include/rpc/svc.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-15 22:10:56 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-15 22:10:56 +0000
commitd2d67c9856355f732c83f060e0c69b2e520db65e (patch)
treee03d17aaedd2722459c37c43d0a9297a63e81fc3 /include/rpc/svc.h
parent557676bdf528741f188f6af0e7bb5f25e29e7d3e (diff)
Finished porting stuff to x86 and supporting the Linux 2.2 kernels.
It now compiles.... -Erik
Diffstat (limited to 'include/rpc/svc.h')
-rw-r--r--include/rpc/svc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index 3cb07ef3f..a36a24ba0 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -151,8 +151,7 @@ struct svc_req {
* u_long prog;
* u_long vers;
* void (*dispatch)();
- * int protocol; /* like TCP or UDP, zero means do not register
- */
+ * int protocol; */ /* like TCP or UDP, zero means do not register*/
extern bool_t svc_register();
/*