[Git][NTPsec/ntpsec][master] ntp_leapsec: use real struct stat definition.

Gary E. Miller gitlab at mg.gitlab.com
Fri May 26 22:29:18 UTC 2017


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
4397aba2 by Gary E. Miller at 2017-05-26T15:25:53-07:00
ntp_leapsec: use real struct stat definition.

- - - - -


1 changed file:

- ntpd/ntp_leapsec.h


Changes:

=====================================
ntpd/ntp_leapsec.h
=====================================
--- a/ntpd/ntp_leapsec.h
+++ b/ntpd/ntp_leapsec.h
@@ -14,8 +14,7 @@
 #ifndef GUARD_NTP_LEAPSEC_H
 #define GUARD_NTP_LEAPSEC_H
 
-struct stat;
-
+#include <sys/stat.h>      /* for struct stat */
 
 /* function pointer types. Note that 'fprintf' and 'getc' can be casted
  * to the dumper resp. reader type, provided the auxiliary argument is a



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/4397aba2c1647aabb96c3e18c3dc9f3b00e62364

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/4397aba2c1647aabb96c3e18c3dc9f3b00e62364
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170526/ecffabc3/attachment.html>


More information about the vc mailing list