monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: monit ./configure.ac ./monitor.c ./socket.c ./s...


From: Jan-Henrik Haukeland
Subject: Re: monit ./configure.ac ./monitor.c ./socket.c ./s...
Date: Thu, 04 Sep 2003 21:13:11 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Common Lisp, linux)

Christian Hopp <address@hidden> writes:

> I had a look on the ISO C stuff... we should forget about it... I
> you would have "just" just ISO C compatibility you wont get far with
> monit.  We do need at least Posix.

At least, a system tool like monit cannot be written in plain ANSI/ISO
C. Heck, almost the only thing you can do in ANSI C is printf :) 

BTW, is ISO conformance the reason you changed

 void *buf and void *p= b;
to 
  char *buf and char *p ? 

-- 
Jan-Henrik Haukeland




reply via email to

[Prev in Thread] Current Thread [Next in Thread]