]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ntp_io.c:
authorFrank Kardel <kardel@ntp.org>
Mon, 10 Jul 2006 18:08:35 +0000 (18:08 +0000)
committerFrank Kardel <kardel@ntp.org>
Mon, 10 Jul 2006 18:08:35 +0000 (18:08 +0000)
  fix prototype argument type to match implementation

bk: 44b297a3Tx5Ah3awn6wsZSKM_3xMnw

ntpd/ntp_io.c

index 31fd3cd5f5b5d7a21654b5c6bd5a6866aa0463fa..17f3607e4d67b54b03e6a5b3719c40b7170c03e6 100644 (file)
@@ -160,7 +160,7 @@ static  void update_interfaces P((u_short, interface_receiver_t, void *));
 static  void remove_interface P((struct interface *));
 static  struct interface *create_interface P((u_short, struct interface *));
 
-static int     move_fd         P((int));
+static int     move_fd         P((SOCKET));
 
 /*
  * Multicast functions