Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2001 11:49:00 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/login Makefile
Message-ID:  <200112011949.fB1Jn0W89753@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2001/12/01 11:48:59 PST

  Modified files:
    usr.bin/login        Makefile 
  Log:
  Work around world breakage in previous commit.  The bug is in
  <security/pam_misc.h>.  It declares a function parameter named 'send',
  so nothing that includes both <unistd.h> (which declares send(2)) and
  <security/pam_misc.h> be compiled with WARNS=2 unless NO_WERRROR is
  set.
  
  Fixed order of WARNS.
  
  Revision  Changes    Path
  1.39      +2 -2      src/usr.bin/login/Makefile

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?200112011949.fB1Jn0W89753>