History log of /netbsd-src/tests/kernel/t_mqueue.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 153621e3 14-Jan-2017 christos <christos@NetBSD.org>

PR/51871: Ngie Cooper: add fcntl.h for O_* fcntl/open constants


# 84802888 10-Jan-2017 christos <christos@NetBSD.org>

need <sys/stat.h>


# c6a5f6dd 02-Mar-2014 jmmv <jmmv@NetBSD.org>

Remove unnecessary and broken cleanup routine.


# 3c7f7eee 06-Nov-2012 pgoyette <pgoyette@NetBSD.org>

Use an ATF_TC_CLEANUP() routine to delete the mkdtemp() directory even
if the test case fails/exits sooner.


# 2bf0b773 06-Nov-2012 apb <apb@NetBSD.org>

use mkdtemp() instead of mktemp().


# 938a6ff5 03-Nov-2012 pgoyette <pgoyette@NetBSD.org>

Convert the old src/regress/mqueue test to ATF