Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2005 21:17:15 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libmemstat memstat.c memstat_internal.h memstat_malloc.c memstat_uma.c
Message-ID:  <200507232117.j6NLHFmf047754@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-07-23 21:17:15 UTC

  FreeBSD src repository

  Modified files:
    lib/libmemstat       memstat.c memstat_internal.h 
                         memstat_malloc.c memstat_uma.c 
  Log:
  Prefix two non-static libmemstat(3) internal functions with '_' symbols, to
  try and discourage use outside the library.
  
  Remove duplicate declaration of memstat_mtl_free() from memstat_internal.h,
  as it's not internal, and the memstat.h definition suffices.
  
  Revision  Changes    Path
  1.3       +6 -2      src/lib/libmemstat/memstat.c
  1.4       +2 -3      src/lib/libmemstat/memstat_internal.h
  1.3       +2 -7      src/lib/libmemstat/memstat_malloc.c
  1.6       +2 -7      src/lib/libmemstat/memstat_uma.c



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