CVSROOT:        /cvs
Module name:    src
Changes by:     feine...@cvs.openbsd.org        2020/05/30 03:01:04

Modified files:
        sys/dev/usb    : uvideo.c 

Log message:
Fix UVIDEO_DEBUG build

Include sys/proc.h to address following errors:

/usr/src/sys/dev/usb/uvideo.c:2901:31: error: incomplete definition of type 
'struct proc'
vn_close(nd.ni_vp, FWRITE, p->p_ucred, p);
~^
/usr/src/sys/sys/types.h:223:8: note: forward declaration of 'struct proc'
struct  proc;
^
/usr/src/sys/dev/usb/uvideo.c:2925:40: error: incomplete definition of type 
'struct proc'
UIO_SYSSPACE, IO_APPEND|IO_UNIT, p->p_ucred, NULL, p);
~^
/usr/src/sys/sys/types.h:223:8: note: forward declaration of 'struct proc'
struct  proc;
^
2 errors generated.

ok mpi@

Reply via email to