[Git][NTPsec/ntpsec][master] More consequence of removing GETDTABLESIZE.

Eric S. Raymond gitlab at mg.gitlab.com
Fri Mar 31 08:38:38 UTC 2017


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
9807f2f3 by Eric S. Raymond at 2017-03-31T04:38:03-04:00
More consequence of removing GETDTABLESIZE.

- - - - -


2 changed files:

- − include/libntp.h
- include/ntp_io.h


Changes:

=====================================
include/libntp.h deleted
=====================================
--- a/include/libntp.h
+++ /dev/null
@@ -1,4 +0,0 @@
-/* libntp.h */
-
-extern void	make_socket_nonblocking( SOCKET fd );
-extern SOCKET	move_fd( SOCKET fd );


=====================================
include/ntp_io.h
=====================================
--- a/include/ntp_io.h
+++ b/include/ntp_io.h
@@ -15,8 +15,6 @@
 
 #include <isc/netaddr.h>
 
-#include "libntp.h"	/* This needs Something above for GETDTABLESIZE */
-
 /*
  * NIC rule match types
  */
@@ -47,5 +45,7 @@ extern void	add_nic_rule(nic_rule_match match_type,
 			     const char *if_name, int prefixlen,
 			     nic_rule_action action);
 extern	void	maintain_activefds(int fd, int closing);
+extern void	make_socket_nonblocking( SOCKET fd );
+extern SOCKET	move_fd( SOCKET fd );
 
 #endif	/* GUARD_NTP_IO_H */



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/9807f2f3a135ac761146a166066ad293c6d2b92f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170331/1e4c4720/attachment.html>


More information about the vc mailing list