site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Jan 24, 2008, at 3:16 AM, Jonathan del Strother wrote: Ah. I thought the standard way of system logging was just fprintf(stderr, ... ). -- Steve Checkoway "Anyone who says that the solution is to educate the users hasn't ever met an actual user." -- Bruce Schneier _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com I don't believe there is anything special about stdout and stdin. They're just FILE* that initially correspond to file descriptors 1 and 2. They can be changed with freopen(3). smime.p7s