]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
clk_trimtsip.c:
authorFrank Kardel <kardel@ntp.org>
Sun, 8 Nov 2009 12:32:55 +0000 (12:32 +0000)
committerFrank Kardel <kardel@ntp.org>
Sun, 8 Nov 2009 12:32:55 +0000 (12:32 +0000)
  [Bug 1363] CID 92 clarify fallthrough case
ChangeLog:
  [Bug 1363] CID 92 clarify fallthrough case in clk_trimtsip.c

bk: 4af6ba774zKlRJiJ9NAOZ2cAofI1nQ

ChangeLog
libparse/clk_trimtsip.c

index 1d70f1fe7a06c9ffd52987e230f04e8e5b4dd0c8..84c3296c469acd8358a4c47e9900c7beec89e1b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 1363] CID 92 clarify fallthrough case in clk_trimtsip.c
 (4.2.5p241-RC) 2009/11/07 Released by Harlan Stenn <stenn@ntp.org>
 * html/authopt.html update from Dave Mills.
 * Remove unused file from sntp/Makefile.am's distribution list.
index 474014830c4530a8f09fd7a4fbbe4aee842003d8..58b0f87e350385b5f5b279e7bd55048eec879703 100644 (file)
@@ -1,12 +1,12 @@
 /*
- * /src/NTP/ntp4-dev/libparse/clk_trimtsip.c,v 4.17 2005/04/16 17:32:10 kardel RELEASE_20050508_A
+ * /src/NTP/REPOSITORY/ntp4-dev/libparse/clk_trimtsip.c,v 4.19 2009/11/01 10:47:49 kardel RELEASE_20091101_A
  *
- * clk_trimtsip.c,v 4.17 2005/04/16 17:32:10 kardel RELEASE_20050508_A
+ * clk_trimtsip.c,v 4.19 2009/11/01 10:47:49 kardel RELEASE_20091101_A
  *
  * Trimble TSIP support
  * Thanks to Sven Dietrich for providing test hardware
  *
- * Copyright (c) 1995-2005 by Frank Kardel <kardel <AT> ntp.org>
+ * Copyright (c) 1995-2009 by Frank Kardel <kardel <AT> ntp.org>
  * Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universität Erlangen-Nürnberg, Germany
  *
  * Redistribution and use in source and binary forms, with or without
@@ -190,6 +190,7 @@ inp_tsip(
                        t->t_in_pkt = t->t_dle = 0;
                        return PARSE_INP_TIME|PARSE_INP_DATA;
                }
+               /*FALLTHROUGH*/
 
            default:            /* collect data */
                t->t_dle = 0;
@@ -398,6 +399,12 @@ int clk_trimtsip_bs;
  * History:
  *
  * clk_trimtsip.c,v
+ * Revision 4.19  2009/11/01 10:47:49  kardel
+ * de-P()
+ *
+ * Revision 4.18  2009/11/01 08:46:46  kardel
+ * clarify case FALLTHROUGH
+ *
  * Revision 4.17  2005/04/16 17:32:10  kardel
  * update copyright
  *