Date: Sun, 03 Sep 1995 18:17:13 +0200 From: Mark Murray <mark@grondar.za> To: current@freebsd.org, committers@freebsd.org Subject: eBones Changes coming soon! Message-ID: <199509031617.SAA12193@grumble.grondar.za>
next in thread | raw e-mail | index | archive | help
Hello All!
After the last fiasco, I am announcing this :-).
I will be committing a huge bunch of eBones changes to the tree in the next
(short) while. These consist of changes to make this part of the tree
build cleanly with -Wall set, and reverse my previous changes to make
all functions look like
int foo(int a, char *b)
{
:
}.
Instead, I have left (or made) the functions like this:
int
foo(a, b)
int a;
char *b;
{
:
}.
Please shout NOW, or forever hold the pieces!
M
--
Mark Murray
46 Harvey Rd, Claremont, Cape Town 7700, South Africa
+27 21 61-3768 GMT+0200
Finger mark@grumble.grondar.za for PGP key
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509031617.SAA12193>
