=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/quota/quota.c,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/quota/quota.c 2004/10/10 03:31:20 1.24 --- src/usr.bin/quota/quota.c 2005/04/01 04:31:09 1.25 *************** *** 1,4 **** ! /* $OpenBSD: quota.c,v 1.24 2004/10/10 03:31:20 mickey Exp $ */ /* * Copyright (c) 1980, 1990, 1993 --- 1,4 ---- ! /* $OpenBSD: quota.c,v 1.25 2005/04/01 04:31:09 deraadt Exp $ */ /* * Copyright (c) 1980, 1990, 1993 *************** *** 41,47 **** #ifndef lint /*static char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93";*/ static const char rcsid[] = ! "$OpenBSD: quota.c,v 1.24 2004/10/10 03:31:20 mickey Exp $"; #endif /* not lint */ /* --- 41,47 ---- #ifndef lint /*static char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93";*/ static const char rcsid[] = ! "$OpenBSD: quota.c,v 1.25 2005/04/01 04:31:09 deraadt Exp $"; #endif /* not lint */ /* *************** *** 395,401 **** if (!qflag && tag[0] == '\0') { printf("%15s%8s %7s%8s%8s%8s %7s%8s%8s\n", "Filesystem", ! "blocks", "quota", "limit", "grace", --- 395,401 ---- if (!qflag && tag[0] == '\0') { printf("%15s%8s %7s%8s%8s%8s %7s%8s%8s\n", "Filesystem", ! "KBytes", "quota", "limit", "grace",