Skip to content
Snippets Groups Projects
Commit 9a0979dd authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Repair the build - waf did something 'helful' that turned into a problem.

That is, after "Remove Conrad Parallel Port radio (refclock 35)." I
should have seen build breakage but for mysyterious reasons did not.
parent 6aa28706
No related branches found
No related tags found
Loading
......@@ -211,7 +211,7 @@ struct refclock * const refclock_conf[] = {
&refclock_none, /* 32 was: REFCLK_CHRONOLOG */
&refclock_dumbclock, /* 33 REFCLK_DUMBCLOCK */
&refclock_none, /* 34 was: REFCLOCK_ULINK */
&refclock_pcf, /* 35 REFCLOCK_PCF */
&refclock_none, /* 35 was: REFCLOCK_PCF */
&refclock_none, /* 36 was: REFCLOCK_WWV_AUDIO */
&refclock_none, /* 37 was: REFCLOCK_FG */
&refclock_hopfser, /* 38 REFCLK_HOPF_SERIAL */
......
......@@ -877,10 +877,6 @@
RelativePath="..\..\..\..\ntpd\refclock_parse.c"
>
</File>
<File
RelativePath="..\..\..\..\ntpd\refclock_pcf.c"
>
</File>
<File
RelativePath="..\..\..\..\ntpd\refclock_pst.c"
>
......
......@@ -310,7 +310,6 @@
<ClCompile Include="..\..\..\..\ntpd\refclock_oncore.c" />
<ClCompile Include="..\..\..\..\ntpd\refclock_palisade.c" />
<ClCompile Include="..\..\..\..\ntpd\refclock_parse.c" />
<ClCompile Include="..\..\..\..\ntpd\refclock_pcf.c" />
<ClCompile Include="..\..\..\..\ntpd\refclock_pst.c" />
<ClCompile Include="..\..\..\..\ntpd\refclock_ripencc.c" />
<ClCompile Include="..\..\..\..\ntpd\refclock_shm.c" />
......
......@@ -186,9 +186,6 @@
<ClCompile Include="..\..\..\..\ntpd\refclock_parse.c">
<Filter>Reference Clock</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\ntpd\refclock_pcf.c">
<Filter>Reference Clock</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\ntpd\refclock_pst.c">
<Filter>Reference Clock</Filter>
</ClCompile>
......
......@@ -130,12 +130,6 @@ refclock_map = {
"file": "dumbclock"
},
35: {
"descr": "Conrad Parallel Port Radio Clock",
"define": "CLOCK_PCF",
"file": "pcf"
},
38: {
"descr": "hopf GPS/DCF77 6021/komp for Serial Line",
"define": "CLOCK_HOPF_SERIAL",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment