Re: CVS commit: src/usr.bin/quota

2012-01-31 Thread Manuel Bouyer
On Mon, Jan 30, 2012 at 06:14:43AM +, David A. Holland wrote:
 Module Name:  src
 Committed By: dholland
 Date: Mon Jan 30 06:14:43 UTC 2012
 
 Modified Files:
   src/usr.bin/quota: quotautil.c quotautil.h
 
 Log Message:
 Remove stray p in identifier name. This has (as far as I can tell)
 prevented quotacheck and other old-style quota bits from working since
 last March.

just to make it clear: this bugs only shows up if you use userquota/groupquota
in fstab without an explicit quota file name; that's probably why it was
not noticed.

-- 
Manuel Bouyer bou...@antioche.eu.org
 NetBSD: 26 ans d'experience feront toujours la difference
--


Re: CVS commit: src/usr.bin/quota

2011-03-07 Thread Manuel Bouyer
On Mon, Mar 07, 2011 at 11:30:14AM +, Antti Kantee wrote:
 On Sun, Mar 06, 2011 at 09:12:49PM +, Christos Zoulas wrote:
  In article 20110306205803.ga15...@antioche.eu.org,
  Manuel Bouyer  bou...@antioche.eu.org wrote:
  On Sun, Mar 06, 2011 at 03:48:00PM -0500, Christos Zoulas wrote:
   Module Name: src
   Committed By:christos
   Date:Sun Mar  6 20:47:59 UTC 2011
   
   Modified Files:
src/usr.bin/quota: Makefile getvfsquota.c getvfsquota.h printquota.c
printquota.h quota.c
   
   Log Message:
   - WARNS=4
   - KNF
   - don't cast malloc
   - don't use static buffers
   - fix types
   - remove extra \n's from errors
   - fix prototypes
  
  this breaks the build. These utitilies are used bu other quota tools.
  Why did you #if 0 timepprt() ? it's used by edquota
  
  I'll add them back.
 
 Can you also fix fallout so that tests pass once again?
 
 http://www.gson.org/netbsd/bugs/build/build/2011.03.07.03.29.26/test.html#failed-tcs-summary
 
 tests last passed here:
 http://www.gson.org/netbsd/bugs/build/build/2011.03.06.20.36.29/test.html

this was repoquota failing to properly format its output. I fixed it.

-- 
Manuel Bouyer bou...@antioche.eu.org
 NetBSD: 26 ans d'experience feront toujours la difference
--


Re: CVS commit: src/usr.bin/quota

2011-03-06 Thread Manuel Bouyer
On Sun, Mar 06, 2011 at 03:48:00PM -0500, Christos Zoulas wrote:
 Module Name:  src
 Committed By: christos
 Date: Sun Mar  6 20:47:59 UTC 2011
 
 Modified Files:
   src/usr.bin/quota: Makefile getvfsquota.c getvfsquota.h printquota.c
   printquota.h quota.c
 
 Log Message:
 - WARNS=4
 - KNF
 - don't cast malloc
 - don't use static buffers
 - fix types
 - remove extra \n's from errors
 - fix prototypes

this breaks the build. These utitilies are used bu other quota tools.
Why did you #if 0 timepprt() ? it's used by edquota

-- 
Manuel Bouyer bou...@antioche.eu.org
 NetBSD: 26 ans d'experience feront toujours la difference
--


Re: CVS commit: src/usr.bin/quota

2011-03-06 Thread Christos Zoulas
In article 20110306205803.ga15...@antioche.eu.org,
Manuel Bouyer  bou...@antioche.eu.org wrote:
On Sun, Mar 06, 2011 at 03:48:00PM -0500, Christos Zoulas wrote:
 Module Name: src
 Committed By:christos
 Date:Sun Mar  6 20:47:59 UTC 2011
 
 Modified Files:
  src/usr.bin/quota: Makefile getvfsquota.c getvfsquota.h printquota.c
  printquota.h quota.c
 
 Log Message:
 - WARNS=4
 - KNF
 - don't cast malloc
 - don't use static buffers
 - fix types
 - remove extra \n's from errors
 - fix prototypes

this breaks the build. These utitilies are used bu other quota tools.
Why did you #if 0 timepprt() ? it's used by edquota

I'll add them back.

christos