If you restrict your usage of libc calls to a minimum you can make it much
smaller. You can write a minimal, fairly portable, tftp client using not much
more than socket(), connect(), read(), write() and brk(). The libc
implementation for each of those routines is just a handful of bytes.
p.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/