Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 1999 01:28:33 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/sys quotactl.2 src/sys/ufs/ufs quota.h
Message-ID:  <199903050928.BAA85223@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/03/05 01:28:33 PST

  Modified files:
    lib/libc/sys         quotactl.2 
    sys/ufs/ufs          quota.h 
  Log:
  Changed the type of quotactl()'s 4th arg from `char *' to `void *'
  so that non-sloppy applications can call it without using disgusting
  casts to avoid warnings.  The 4th arg is sort of varargs -- it must
  sometimes represent a filename, sometimes a struct pointer, and is
  sometimes unused.  The arg type is still caddr_t in the kernel.
  
  Obtained from:	mostly from NetBSD
  
  Revision  Changes    Path
  1.9       +1 -1      src/lib/libc/sys/quotactl.2
  1.12      +2 -2      src/sys/ufs/ufs/quota.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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