cvs commit: src/sys/compat/linux linux_ipc.c

John Baldwin jhb at FreeBSD.org
Tue Oct 10 15:46:23 PDT 2006


jhb         2006-10-10 22:46:22 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_ipc.c 
  Log:
  Only try to copyin a msqid for the IPC_SET command to msgctl().  Other
  commands (such as IPC_RMID) were bogusly failing with EFAULT.
  
  Tested by:      jkim
  
  Revision  Changes    Path
  1.50      +6 -5      src/sys/compat/linux/linux_ipc.c


More information about the cvs-all mailing list