Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 1998 16:01:50 -0700 (PDT)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/makemap Makefile
Message-ID:  <199808062301.QAA05514@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/08/06 16:01:49 PDT

  Modified files:
    usr.sbin/makemap     Makefile 
  Log:
  Add snprintf.c to SRCS so that the function quad_to_string exists. The
  snprintf function itself is still #ifdef'd out by conf.h. This allows this
  program to link when compiled without optimization. With optimization,
  the call to quad_to_string gets removed by the compiler. Unfortunately
  the linker still links in the quad_to_string function even though it
  isn't called. 8-(
  
  Revision  Changes    Path
  1.2       +1 -1      src/usr.sbin/makemap/Makefile



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