Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2001 00:00:17 -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_sysvec.c
Message-ID:  <200109100700.f8A70H027193@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2001/09/10 00:00:17 PDT

  Modified files:
    sys/i386/linux       linux_sysvec.c 
  Log:
  Fix LINT breakage caused by previous commit. The linux_rt_sendsig
  and linux_sendsig functions guarded their debugging output with
  ldebug(sigreturn). This has been mistaken for a cut-n-paste bug,
  and was replaced by ldebug(rt_sendsig) and ldebug(sendsig) resp.
  Since the sendsig functions are not syscalls, this brokei any
  build that defines DEBUG.
  
  The fix maps both functions to the unused syscall 0 so that they
  can be enabled/disabled independently from sigreturn, but not
  independently from each other.
  
  Revision  Changes    Path
  1.87      +10 -1     src/sys/i386/linux/linux_sysvec.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?200109100700.f8A70H027193>