mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
vos-examine-print-extra-stuff-if-so-compiled-20020725
the --enable-full-vos-listvol-switch configure switch also compiles in this extended vos examine info
This commit is contained in:
parent
6738516b53
commit
2ee7d7e0fb
@ -487,7 +487,7 @@ int fast,longlist, disp;
|
||||
fprintf(STDOUT," MaxQuota %10d K \n",pntr->maxquota);
|
||||
fprintf(STDOUT," Creation %s",
|
||||
ctime((time_t *)&pntr->creationDate));
|
||||
#if 0
|
||||
#ifdef FULL_LISTVOL_SWITCH
|
||||
fprintf(STDOUT," Copy %s",
|
||||
ctime((time_t *)&pntr->copyDate));
|
||||
if(!pntr->backupDate)
|
||||
@ -636,7 +636,7 @@ static void XDisplayFormat(a_xInfoP, a_servID, a_partID, a_totalOKP,
|
||||
a_xInfoP->maxquota);
|
||||
fprintf(STDOUT, " Creation %s",
|
||||
ctime((time_t *)&a_xInfoP->creationDate));
|
||||
#if 0
|
||||
#ifdef FULL_LISTVOL_SWITCH
|
||||
fprintf(STDOUT," Copy %s",
|
||||
ctime((time_t *)&a_xInfoP->copyDate));
|
||||
if(!a_xInfoP->backupDate)
|
||||
|
Loading…
Reference in New Issue
Block a user