summaryrefslogtreecommitdiffstats
path: root/share/examples/sunrpc/msg/msg.x
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-07 18:50:51 +0000
committerwollman <wollman@FreeBSD.org>1994-08-07 18:50:51 +0000
commitda8387f131b31fd09269eb0025ceb4082c11001e (patch)
treedfb7a7e650f822f063680d1dff81d06252ea879e /share/examples/sunrpc/msg/msg.x
downloadFreeBSD-src-da8387f131b31fd09269eb0025ceb4082c11001e.zip
FreeBSD-src-da8387f131b31fd09269eb0025ceb4082c11001e.tar.gz
Sun RPC demo programs from 4.4-Lite
Diffstat (limited to 'share/examples/sunrpc/msg/msg.x')
-rw-r--r--share/examples/sunrpc/msg/msg.x9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/examples/sunrpc/msg/msg.x b/share/examples/sunrpc/msg/msg.x
new file mode 100644
index 0000000..d311352
--- /dev/null
+++ b/share/examples/sunrpc/msg/msg.x
@@ -0,0 +1,9 @@
+/* @(#)msg.x 2.1 88/08/11 4.0 RPCSRC */
+/*
+ * msg.x: Remote message printing protocol
+ */
+program MESSAGEPROG {
+ version MESSAGEVERS {
+ int PRINTMESSAGE(string) = 1;
+ } = 1;
+} = 99;
OpenPOWER on IntegriCloud