summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/rpc_commondata.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-09 20:06:30 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-09 20:06:30 +0000
commitc1fe19d4c1db610692365472a90f4661e48449c1 (patch)
treed0b0219ffca3c4c4256f55c4aea4513e43d6aecd /libc/inet/rpc/rpc_commondata.c
parent9efafb8bbc7408b04643dcd53825d971577b4d9d (diff)
Bug ugly formatting update
Diffstat (limited to 'libc/inet/rpc/rpc_commondata.c')
-rw-r--r--libc/inet/rpc/rpc_commondata.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/inet/rpc/rpc_commondata.c b/libc/inet/rpc/rpc_commondata.c
index 75cead087..39648d284 100644
--- a/libc/inet/rpc/rpc_commondata.c
+++ b/libc/inet/rpc/rpc_commondata.c
@@ -33,9 +33,10 @@
* by public interfaces
*/
struct opaque_auth _null_auth;
+
#ifdef FD_SETSIZE
fd_set svc_fdset;
#else
int svc_fds;
-#endif /* def FD_SETSIZE */
+#endif /* def FD_SETSIZE */
struct rpc_createerr rpc_createerr;