summaryrefslogtreecommitdiff
path: root/trans/ifsock.c
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-04-26 15:43:26 +0200
committerJustus Winter <justus@gnupg.org>2016-04-28 18:46:38 +0200
commitf250b6d8626c9d3ecf0d356dfd786a23ebbf6ca1 (patch)
treeece9fc459ecf123de109db9f9736a482f0dbea6e /trans/ifsock.c
parent57d5c5ca5463d43196393bc5b2d5f379ee749374 (diff)
Unify and document the way fsids are handled in trivfs translators
* doc/hurd.texi: Clarify what happens if 'trivfs_fsid' is zero. * login/utmp.c: Leave 'trivfs_fsid' at zero. * pfinet/main.c: Likewise. * trans/ifsock.c: Likewise. * trans/proxy-defpager.c: Likewise.
Diffstat (limited to 'trans/ifsock.c')
-rw-r--r--trans/ifsock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/ifsock.c b/trans/ifsock.c
index 13a21338..908fe135 100644
--- a/trans/ifsock.c
+++ b/trans/ifsock.c
@@ -51,7 +51,7 @@ struct port_class *node_class;
struct port_bucket *port_bucket;
int trivfs_fstype = FSTYPE_IFSOCK;
-int trivfs_fsid = 0; /* ??? */
+int trivfs_fsid = 0;
int trivfs_support_read = 0;
int trivfs_support_write = 0;