History log of /openbsd-current/regress/lib/libc/stdio_threading/include/local.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.5 20-Jul-2014 guenther

Make sure the correct errno is reported by warn* or err* and not
the errno of an intervening cleanup operation like close/unlink/etc.

Diff from Doug Hogan (doug (at) acyclic.org)


# 1.4 20-Jul-2014 guenther

Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org)


# 1.3 20-May-2014 guenther

Use errc/warnc to simplify code.
Also, in 'ftp', always put the error message last, after the hostname/ipaddr.

ok jsing@ krw@ millert@


Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.2 08-May-2010 naddy

* add #includes to pull in missing prototypes, as pointed out by gcc4
* fix CFLAGS syntax for make depend

ok blambert@


Revision tags: OPENBSD_4_7_BASE
# 1.1 19-Nov-2009 guenther

Add regression tests for stdio threading. Originally by blambert with
some further hacking by me