[299] in Moira
bugs in moira
daemon@ATHENA.MIT.EDU (erikkay@MIT.EDU)
Sat May 11 13:23:57 1991
From: erikkay@MIT.EDU
To: bug-moira@MIT.EDU
Date: Sat, 11 May 91 13:23:28 EDT
bug, in lines 138 and 152 of clients/mrtest.c
to many arguments to ss_perror
----
bug in utils/ss/ss.h
the top include lines include <ss/mit-sipb-copyright.h> and
<ss/ss_err.h>. Most files seem to depend on them being
<mit-sipb-copyright.h> and <ss_err.h>.
this same error is in clients/mrtest/test.c, it should be #include
<ss.h> not #include <ss/ss.h>
either that, or the -I argument in the Makefile should be changed.
later,
-Erik