From: utzoo!decvax!cca!mclure@sri-unix
Newsgroups: net.notes
Title: Router/buildtable.c wastes space - (nf)
Article-I.D.: sri-unix.3285
Posted: Wed Sep 15 15:10:21 1982
Received: Thu Sep 16 02:50:14 1982

#N:sri-unix:1000021:000:532
sri-unix!mclure    Sep 15 14:47:00 1982

Has anyone hacked Router/buildtable.c so that it will work properly on
11's?  All I get now is a segmentation error.  One problem is that the
number of uucp sites is growing and compiling buildtable.c with -i
yields the 'very large data structure' error but does not avoid the
core dump.  It would seem that the fixed way of allocation for the
struct site_f eats a lot of space unnecessarily.  It should probably
just have char pointers and malloc the strings so that it doesn't waste
so much space.  Anyone done this yet?

	Stuart