CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2015/07/18 09:00:01
Modified files: sys/kern : uipc_proto.c uipc_usrreq.c sys/miscfs/fifofs: fifo_vnops.c sys/sys : un.h unpcb.h Log message: Change unp_scan() and its callbacks to pass the array of struct file ** and a count instead of calling the callback on each one, while also renders the 'dispose' argument superfluous. Move unp_*() prototypes from <sys/un.h> to <sys/unpcb.h> ok claudio@ mpi@