On Thu, Dec 18, 2014 at 02:26, Alan Corey wrote: > This was from the 5.6 release from a mirror site > ftp://filedump.se.rit.edu/pub/OpenBSD/5.6/ports.tar.gz somewhere > around November 10 > > If you look at /usr/ports/sysutils/lsof/patches/patch-dialects_n+obsd_dlsof_h > is there mention of adding support for tmpfs? Apparently something > there wasn't finished. I have no tmpfs.h
Like I said, the port adds an include path to the kernel source, so that it does have tmpfs. You're not supposed to have tmpfs in /usr/include. The port is supposed to add -I/usr/src/sys. It does.