Aharpo.467
net.unix-wizards net.news
utzoo!decvax!ucbvax!mhtsa!harpo!jerry
Mon Aug 31 13:00:00 1981
thanks for newsrecover
Thanks to Alan Watt for newsrecover. We too have had problems
with .nindex disappearing. In the past I have just gone to
our most recent backup. We have a vax and a pdp11/70, but
it only seems to happen on our 11/70. Can anybody verify that
observation.
I had to make some changes to compile newsrecover on our PWB systems
(I haven't yet had an "opportunity" to try it out).
These are embodied in the following:
Change
#include <STAT.H>
#include <DIR.H>
to
#ifdef PWB
# include <SYS/DIR.H>
# include <SYS/STAT.H>
# define index strchr
# define rindex strrchr
# define dir direct
#else
# include <DIR.H>
# include <STAT.H>
#endif
-----------------------------------------------------------------
gopher://quux.org/ conversion by John Goerzen <
[email protected]>
of
http://communication.ucsd.edu/A-News/
This Usenet Oldnews Archive
article may be copied and distributed freely, provided:
1. There is no money collected for the text(s) of the articles.
2. The following notice remains appended to each copy:
The Usenet Oldnews Archive: Compilation Copyright (C) 1981, 1996
Bruce Jones, Henry Spencer, David Wiseman.