Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2007 02:59:32 +0000 (UTC)
From:      Mike Pritchard <mpp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/quotacheck preen.c
Message-ID:  <200709160259.l8G2xWwp048066@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mpp         2007-09-16 02:59:32 UTC

  FreeBSD src repository

  Modified files:
    sbin/quotacheck      preen.c 
  Log:
  Fix "quotacheck -a" from core dumping on 64 bit systems by correctly
  declaring the return value used by the routines in preen.c as a pointer
  type, instead of "int", which was causing the pointer to be truncated.
  
  Tested by:      marck
  Approved by:    re (bmah)
  
  Revision  Changes    Path
  1.26      +10 -9     src/sbin/quotacheck/preen.c



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