pkgsrc-Users archive

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

Re: xentools42



On Dec 28, 11:19pm, Patrick Welche wrote:
}
} 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)

     pkgsrc is frozen right now, and this isn't that important.
It can wait until after the freeze.

}-- End of excerpt from Patrick Welche


Home | Main Index | Thread Index | Old Index