Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 1999 03:09:08 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/linux linux_misc.c
Message-ID:  <199908171009.DAA65727@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      1999/08/17 03:09:07 PDT

  Modified files:
    sys/i386/linux       linux_misc.c 
  Log:
  Fix bug in the debug-printf of the vfork syscall, where the format specifier
  didn't match the argument (p->p_pid).
  
  While I'm at it, also fix the dupo in the format string and fix the annoying
  inconsistency in all the debug-printfs wrt p_pid arguments. Change all of them
  to use the %ld format specifier and cast the p_pid arguments to long.
  
  Submitted by: billf
  
  Revision  Changes    Path
  1.65      +24 -24    src/sys/i386/linux/linux_misc.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908171009.DAA65727>