FreeBSD Bugzilla – Attachment 12336 Details for
Bug 23908
repquota format fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 741 bytes, created by
Valentin Nechayev
on 2000-12-28 15:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Valentin Nechayev
Created:
2000-12-28 15:40:01 UTC
Size:
741 bytes
patch
obsolete
>--- src/usr.sbin/repquota/repquota.c.orig Mon Nov 1 06:46:09 1999 >+++ src/usr.sbin/repquota/repquota.c Thu Dec 28 17:19:50 2000 >@@ -255,7 +255,7 @@ > fup->fu_dqblk.dqb_bsoftlimit && > fup->fu_dqblk.dqb_curblocks >= > fup->fu_dqblk.dqb_bsoftlimit ? >- timeprt(fup->fu_dqblk.dqb_btime) : ""); >+ timeprt(fup->fu_dqblk.dqb_btime) : "-"); > printf(" %7lu %7lu %7lu %6s\n", > fup->fu_dqblk.dqb_curinodes, > fup->fu_dqblk.dqb_isoftlimit, >@@ -263,7 +263,7 @@ > fup->fu_dqblk.dqb_isoftlimit && > fup->fu_dqblk.dqb_curinodes >= > fup->fu_dqblk.dqb_isoftlimit ? >- timeprt(fup->fu_dqblk.dqb_itime) : ""); >+ timeprt(fup->fu_dqblk.dqb_itime) : "-"); > fup->fu_dqblk = zerodqblk; > } > return (0);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23908
: 12336