* Fix %m GNUism in printf. * Don't create the man page, it is already included. * ptpd is not a user command, put it into sbin. * Overhaul the startup file and move it to "ptpd". Approved by: gnn (maintainer)
11 lines
201 B
C
11 lines
201 B
C
--- dep/constants_dep.h.orig
|
|
+++ dep/constants_dep.h
|
|
@@ -46,6 +46,8 @@
|
|
|
|
# define IFCONF_LENGTH 10
|
|
|
|
+# define BSD_INTERFACE_FUNCTIONS
|
|
+
|
|
# define adjtimex ntp_adjtime
|
|
|
|
# include <machine/endian.h>
|