Re: [2.1.90][PATCH] Cleaning up linux-2.1.90.

Niels Kristian Bech Jensen (nkbj@image.dk)
Wed, 18 Mar 1998 16:24:02 +0100 (CET)


On Wed, 18 Mar 1998, Thomas Sailer wrote:

> > - exit(0);
> > + return(0);
>
> > - exit(0);
> > + return(0);
>
> Huh? What is that supposed to do? If exit(0) gives you warnings,
> either your compiler or your header files are broken.
>
int main() must return() something.
^^^
The warnings was ``main() isn't type int'' (or something like that.)

--
Med venlig hilsen / Best regards
                                                              nkbj@image.dk
Niels Kristian Bech Jensen                       http://www.image.dk/~nkbj/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu