chiark / gitweb /
uslip/uslip.c: Consistently name ignored closure pointers `hunoz'.
[tripe] / uslip / uslip.c
index 8892cb804abd34434b7fe08d41fa42c8c9689a4c..6a8a4c01f365d9f48af5731416b80cd77cd0b542 100644 (file)
@@ -451,7 +451,7 @@ static void do_accept(int fd, unsigned mode, void *hunoz)
 
 /*----- 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--;
@@ -720,7 +720,7 @@ static void conndoconnect(conninfo *c)
 
 static int timerflag;
 
-static void conndrip(struct timeval *tv, void *p)
+static void conndrip(struct timeval *tv, void *hunoz)
 {
   conninfo *c, *cc;