Poul-Henning Kamp wrote: > > I think you guys should write a short-and-to-the-point application > and send it to the core team. Feel free to copy mine, and send it to the core team... /* A short and sweet application */ int main() { write( 1, "Hello World!\n", 13); return( 0); } -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- The FreeBSD core team needs your help Greg Lehey
- Re: The FreeBSD core team needs your help Steve O'Hara-Smith
- Re: The FreeBSD core team needs your hel... Greg Lehey
- Re: The FreeBSD core team needs your hel... Warner Losh
- Re: The FreeBSD core team needs your... Greg Lehey
- Re: The FreeBSD core team needs your help Doug Denault
- Re: The FreeBSD core team needs your hel... Poul-Henning Kamp
- Re: The FreeBSD core team needs your... Warner Losh
- Re: The FreeBSD core team needs your... Terry Lambert
- Re: The FreeBSD core team needs ... John Merryweather Cooper
- FORTH: Modifying loader... Terry Lambert
- Re: FORTH: Modifying loader... Mike Smith