chiark / gitweb /
uslip/uslip.c: Consistently name ignored closure pointers `hunoz'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 17 Apr 2017 23:39:24 +0000 (00:39 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 23 Apr 2017 03:13:19 +0000 (04:13 +0100)
uslip/uslip.c

index 8892cb804abd34434b7fe08d41fa42c8c9689a4c..6a8a4c01f365d9f48af5731416b80cd77cd0b542 100644 (file)
@@ -451,7 +451,7 @@ static void do_accept(int fd, unsigned mode, void *hunoz)
 
 /*----- Main daemon -------------------------------------------------------*/
 
 
 /*----- Main daemon -------------------------------------------------------*/
 
-static void done_slip_dribble(dribbler *d, int err, void *p)
+static void done_slip_dribble(dribbler *d, int err, void *hunoz)
 {
   if (!err)
     reasons--;
 {
   if (!err)
     reasons--;
@@ -720,7 +720,7 @@ static void conndoconnect(conninfo *c)
 
 static int timerflag;
 
 
 static int timerflag;
 
-static void conndrip(struct timeval *tv, void *p)
+static void conndrip(struct timeval *tv, void *hunoz)
 {
   conninfo *c, *cc;
 
 {
   conninfo *c, *cc;