NetBSD/sbin/routed
cgd d31a94286c Undo that last change. It was 100%, beyond a doubt, completely bogus.
afswitch and af_max were still used, but since they was declared 'common'
by virtue of their declaration in af.h, the symbols were defined at link-
time, and their contents were considered BSS -- init to zero.
Now, you and i know that jumping to zero causes a core dump...
Therefore: af.c has been resurrected, so the procedure pointers actually
point to procedures, tables.c has had it's change nuked, and af.h
has been changed so afswitch and af_max are declared as 'extern'.
It's obvious that that 'fix' wasn't even tested.
1993-12-30 10:43:58 +00:00
..
query Add RCS identifiers. 1993-08-01 17:54:45 +00:00
trace Add RCS identifiers. 1993-08-01 17:54:45 +00:00
Makefile Undo that last change. It was 100%, beyond a doubt, completely bogus. 1993-12-30 10:43:58 +00:00
af.c Add RCS identifiers. 1993-08-01 17:54:45 +00:00
af.h Undo that last change. It was 100%, beyond a doubt, completely bogus. 1993-12-30 10:43:58 +00:00
defs.h Add RCS identifiers. 1993-08-01 17:54:45 +00:00
if.c Add RCS identifiers. 1993-08-01 17:54:45 +00:00
inet.c Add RCS identifiers. 1993-08-01 17:54:45 +00:00
input.c Add RCS identifiers. 1993-08-01 17:54:45 +00:00
interface.h fix from Brad Parker <brad@fcr.com> to curb routed inflation when 1993-12-11 01:47:28 +00:00
main.c Add RCS identifiers. 1993-08-01 17:54:45 +00:00
output.c Add RCS identifiers. 1993-08-01 17:54:45 +00:00
pathnames.h Add RCS identifiers. 1993-08-01 17:54:45 +00:00
routed.8 Add RCS indentifiers. 1993-08-01 07:32:48 +00:00
startup.c fix from Brad Parker <brad@fcr.com> to curb routed inflation when 1993-12-11 01:47:28 +00:00
table.h Add RCS identifiers. 1993-08-01 17:54:45 +00:00
tables.c Undo that last change. It was 100%, beyond a doubt, completely bogus. 1993-12-30 10:43:58 +00:00
timer.c Add RCS identifiers. 1993-08-01 17:54:45 +00:00
trace.c Add RCS identifiers. 1993-08-01 17:54:45 +00:00
trace.h Add RCS identifiers. 1993-08-01 17:54:45 +00:00