summaryrefslogtreecommitdiff
path: root/fw/src/netfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fw/src/netfs.c')
-rw-r--r--fw/src/netfs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fw/src/netfs.c b/fw/src/netfs.c
index 4aa1909..f44b089 100644
--- a/fw/src/netfs.c
+++ b/fw/src/netfs.c
@@ -325,10 +325,6 @@ ctlproto(char *path)
}
/*
- * connect takes addr!port with optional trailing fields; announce takes
- * a bare port, or addr!port with addr often "*".
- */
-/*
* Control messages that only change how this one conversation behaves,
* and so cannot reach the network by themselves. Everything outside
* this list is refused: see checkctl.
@@ -344,6 +340,10 @@ static char *okverbs[] = {
nil,
};
+/*
+ * connect takes addr!port with optional trailing fields; announce takes
+ * a bare port, or addr!port with addr often "*".
+ */
static char*
checkctl(char *proto, char *msg, long n)
{