summaryrefslogtreecommitdiff
path: root/erts/epmd/src/epmd_srv.c
diff options
context:
space:
mode:
Diffstat (limited to 'erts/epmd/src/epmd_srv.c')
-rw-r--r--erts/epmd/src/epmd_srv.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/erts/epmd/src/epmd_srv.c b/erts/epmd/src/epmd_srv.c
index 18a589ac27..7613533bdd 100644
--- a/erts/epmd/src/epmd_srv.c
+++ b/erts/epmd/src/epmd_srv.c
@@ -745,12 +745,7 @@ static unsigned int get_creation(Node* node)
/* buf is actually one byte larger than bsize,
giving place for null termination */
-static void do_request(g, fd, s, buf, bsize)
- EpmdVars *g;
- int fd;
- Connection *s;
- char *buf;
- int bsize;
+static void do_request(EpmdVars *g, int fd, Connection *s, char *buf, int bsize)
{
char wbuf[OUTBUF_SIZE]; /* Buffer for writing */
int i;