[784] in Moira
more moira sun fixes
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Fri Sep 16 22:21:43 1994
To: moiradev@MIT.EDU
Date: Fri, 16 Sep 1994 22:21:31 EDT
From: Jonathon Weiss <jweiss@MIT.EDU>
changed strings.h to string.h in the following files in update, also
removed one bcopy() and one index():
client.c hostname.c ticket.c update_test.c xfer_002.c xfer_003.c
clients/Imakefile had mmoira removed from the subdirs list, because it
was never supported and it used header files that referenced
strings.h.
clients/moira/Imakefile was tweaked to used GDSS vars that were
already declared in config.Imakefile. also the gdss include dir was
put before the athena one because /usr/athena/include/gdss.h
references strings.h on the sun.
Moira should now build on the sun, although I'm going to start a test
build now, to confirm that.
Jonathon