Slashdot Mirror


User: grandwizard

grandwizard's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:What difference does that make? on BIND Security Info For "Members Only"? · · Score: 1

    Usually I read the code before using any program.
    Using `void main()' is not only bad style, it's a bug (in a hosted implementation). Void main() might work, or might not work, or might kill my cat.Void main() invokes undefined behavior. Any compiler is free to accept / reject it. Even if the compiler accepts it, no guarantee that the program won't crash when entering or exiting the main function. Do this answer your question?

  2. Re:What difference does that make? on BIND Security Info For "Members Only"? · · Score: 1
    ... I rather like the idea of an MTA and a name server that were written by someone who's paranoid.
    And I don't like code with `void main':
    $ cd qmail-1.03
    $ grep 'void main' *.c | wc -l
    61

    Probably works, but I never would trust code like this.
  3. Re:Difference between BSD and Linux? on Informix Native FreeBSD Port · · Score: 1

    ... and why the hell did it take my dual ppro 2 and a half hours to compile the kernel in BSD? linux took less than 30 minutes

    huh..., then something is wrong. The 1.6MB FreeBSD 3.4 kernel compiles in about 3 minutes with my Dual PII-400, the Linux 2.2.14 is about the same.

    2.5 hours?? Maybe a "make world".