Hellooo. I ftp'd the elm tar file from delbruck today. I generated the
config file, and started the make. Without going into too much detail,
I got the following errors during the compile...
accom: Warning 294: init.c, line 92: Function getpwuid has prototyped and non-prototyped declarations. Default promotion of non-prototype form of argument 1 does not match prototype: prototype: unsigned short is different from actual: int
struct passwd *getpwuid();
-------------------------^
accom: Error: init.c, line 92: One declaration for getpwuid is non-prototype style, one with prototype; prototype must match default argument promotions (ANSI 3.5.4.3, 3.3.2.2)
struct passwd *getpwuid();
-------------------------^
*** Error code 1
Stop.
*** Error code 1
Stop.
I'm clueless at this point, never having been a master of C. Is there an