Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/ufs/ufs/quota1.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/sys/ufs/ufs/quota1.h 2012/01/29 06:23:20 1.6 +++ src/sys/ufs/ufs/quota1.h 2012/08/26 02:32:14 1.7 @@ -1,4 +1,4 @@ -/* $NetBSD: quota1.h,v 1.6 2012/01/29 06:23:20 dholland Exp $ */ +/* $NetBSD: quota1.h,v 1.7 2012/08/26 02:32:14 dholland Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -47,14 +47,6 @@ */ /* - * Definitions for the default names of the quotas files/quota types. - */ -#define INITQFNAMES { \ - "user", /* USRQUOTA */ \ - "group", /* GRPQUOTA */ \ -} - -/* * Definitions for disk quotas imposed on the average user * (big brother finally hits UNIX). *