Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2007 15:09:30 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pkg_install/sign main.c stand.c
Message-ID:  <200701301509.l0UF9V5w028471@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2007-01-30 15:09:30 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/pkg_install/sign main.c stand.c 
  Log:
  Fix the logic bug that caused the custom versions of warn(3) and
  warnx(3) to be compiled on systems that have it (e.g. FreeBSD),
  while the intention was opposite, i.e., compile them on systems
  that don't have them.  Also fixes static linkage of pkg_sign(1).
  
  Revision  Changes    Path
  1.3       +2 -2      src/usr.sbin/pkg_install/sign/main.c
  1.3       +1 -1      src/usr.sbin/pkg_install/sign/stand.c



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