pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xentools42



In xentools42/Makefile, we have

.if ${OPSYS} == "NetBSD"
CPPFLAGS+=      -Dshm_open=open -Dshm_unlink=unlink
.endif

but this is no longer true since

RCS file: /cvsroot/src/sys/sys/mman.h,v
revision 1.45
date: 2013/12/19 19:11:50;  author: rmind;  state: Exp;  lines: +3 -1
Add shm_open(3) and shm_unlink(3) to support POSIX shared memory objects.
They are implemented using tmpfs (mounted at /var/shm).

(open() and shm_open() have different signatures)


Cheers,

Patrick


Home | Main Index | Thread Index | Old Index