summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quot/quot.c
Commit message (Collapse)AuthorAgeFilesLines
* Started getting rid of the compatibility cruft for the Lite1 mount()bde1998-01-171-6/+2
| | | | | | | | | and the pre-Lite2 vfsconf interfaces. For quot, just back out revs. 1.1 and 1.2 and change MNT_FFS to "ufs", so that vfsconf isn't used at all. Revs. 1.1 and 1.2 were hacks to get around f_fstypename not being in `struct statfs' in Lite1.
* Use err(3). Silent -Wall.charnier1997-10-101-73/+68
|
* Cast argument to lseek() properly to off_t.jkh1997-08-131-2/+2
| | | | | PR: 4246 Obtained from: review of PR and NetBSD sources.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* No need to go back quite _that_ far to the MOUNT_UFS constant when we havepeter1995-11-031-2/+8
| | | | | | a perfectly good getvfsbyname("ufs").. :-) Pointed out by: wollman and bde
* Minor tweaks to get quot to compile on FreeBSD..peter1995-11-031-2/+2
| | | | Basically back-port the dynamic fsname strings back to static constants.
* Import NetBSD's quot command, filling the gap in our sourcespeter1995-11-031-0/+583
(We only have the man page...) Obtained from: NetBSD; Wolfgang Solfrank / TooLs GmbH.
OpenPOWER on IntegriCloud