[Git][NTPsec/ntpsec][master] 3 commits: Typo

Eric S. Raymond gitlab at mg.gitlab.com
Fri Sep 16 12:47:15 UTC 2016


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


Commits:
5287f54c by Matt Selsky at 2016-09-16T08:36:32-04:00
Typo

- - - - -
63c9918e by Matt Selsky at 2016-09-16T08:36:32-04:00
ntpviz doesn't have -N flag any longer

- - - - -
c7779aea by Matt Selsky at 2016-09-16T08:39:34-04:00
Clean up ifdex-ignores and remove unused NONEMPTY_TRANSLATION_UNIT

- - - - -


5 changed files:

- INSTALL
- devel/ifdex-ignores
- include/ntp_types.h
- ntpstats/ntpviz
- tests/wscript


Changes:

=====================================
INSTALL
=====================================
--- a/INSTALL
+++ b/INSTALL
@@ -85,7 +85,7 @@ asciidoc, a2x::
    Fedora: asciidoc  (Stock CentOS/RHEL has only 8.4.5, you must upgrade)
    Debian: asciidoc
 
-Local copy of DocBook styslesheets:
+Local copy of DocBook stylesheets:
    Optional: Prevents documentation build failures when your Internet is down
    Fedora: docbook-xsl-stylesheets
    Debian: docbook-xsl


=====================================
devel/ifdex-ignores
=====================================
--- a/devel/ifdex-ignores
+++ b/devel/ifdex-ignores
@@ -177,7 +177,6 @@ USE_LIFC_FLAGS
 USE_OPENSSL_HASH
 USE_PCM_STYLE_SOUND
 USE_ROUTING_SOCKET
-USE_TSF_USEC_TABLES
 YY_YY_NTP_PARSER_TAB_H_INCLUDED
 calloc			# In Unity
 close			# In Windows port config


=====================================
include/ntp_types.h
=====================================
--- a/include/ntp_types.h
+++ b/include/ntp_types.h
@@ -102,16 +102,6 @@ aligned_ptr(
 	return base + ALIGN_UNITS((minsize < 1) ? 1 : minsize);
 }
 
-/*
- * Macro to use in otherwise-empty source files to comply with ANSI C
- * requirement that each translation unit (source file) contain some
- * declaration.  This has commonly been done by declaring an unused
- * global variable of type int or char.  An extern reference to exit()
- * serves the same purpose without bloat.
- */
-#define	NONEMPTY_TRANSLATION_UNIT	extern void exit(int);
-
-
 typedef int SOCKET;
 # define INVALID_SOCKET		(-1)
 # define SOCKET_ERROR		(-1)


=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -610,7 +610,7 @@ AADRxQAAxBEAAA==
 
 if __name__ == '__main__':
     try:
-        (options, arguments) = getopt.getopt(sys.argv[1:], "d:e:ghn:o:p:s:D:N", [
+        (options, arguments) = getopt.getopt(sys.argv[1:], "d:e:ghn:o:p:s:D:", [
             "local-offset", "local-error", "local-jitter", "local-stability",
             "local-offset-histogram",
             "all-peer-offsets", "peer-offsets=",


=====================================
tests/wscript
=====================================
--- a/tests/wscript
+++ b/tests/wscript
@@ -78,7 +78,6 @@ def build(ctx):
 		"libntp/statestr.c",
 		"libntp/strtolfp.c",
 #		"libntp/timespecops.c",
-#		"libntp/timevalops.c",
 		"libntp/tstotv.c",
 		"libntp/tvtots.c",
 		"libntp/vi64ops.c",



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/5381fca5c197f6a57301b0642b4e7bfe6980c731...c7779aea2cb3ef4d65828fd7254416df21bb7f1c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160916/8ffa2f17/attachment.html>


More information about the vc mailing list