cvs commit: src/usr.sbin/pkg_install/sign main.c stand.c

Ruslan Ermilov ru at FreeBSD.org
Tue Jan 30 15:09:31 UTC 2007


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


More information about the cvs-src mailing list