Portable build framework for OpenNTPD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
237 B

  1. --- ntpd.orig 2014-12-28 11:51:56.363211155 -0600
  2. +++ ntpd.c 2014-12-28 11:52:00.971211255 -0600
  3. @@ -30,6 +30,7 @@
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6. #include <string.h>
  7. +#include <time.h>
  8. #include <unistd.h>
  9. #include <err.h>