Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!internet!Ron Natalie From: Ron Natalie Newsgroups: net.unix Subject: Re: C help wanted Message-ID: <5650@brl-tgr.ARPA> Date: Thu, 8-Nov-84 09:21:15 EST Article-I.D.: brl-tgr.5650 Posted: Thu Nov 8 09:21:15 1984 Date-Received: Sat, 10-Nov-84 05:31:39 EST Sender: news@brl-tgr.ARPA Organization: Ballistic Research Lab Lines: 7 The way I did that when I had the problem was to save each item pointers and all into the record (along with the address of each one tacked on to the front of the record). When I loaded them back in, I constructed a table of old-address to new-address mappings. I then went through each one and fixed the pointers. -Ron