FreeBSD Bugzilla – Attachment 7169 Details for
Bug 15739
repquota report format fix for better parsing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 697 bytes, created by
Valentin Nechayev
on 1999-12-28 09:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Valentin Nechayev
Created:
1999-12-28 09:00:01 UTC
Size:
697 bytes
patch
obsolete
>--- repquota.c.orig Tue Dec 28 10:42:14 1999 >+++ repquota.c Tue Dec 28 10:42:47 1999 >@@ -244,7 +244,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, >@@ -252,7 +252,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 15739
: 7169