View | Details | Raw Unified | Return to bug 21436 | Differences between
and this patch

Collapse All | Expand All

(-)extract.c 2000/09/21 03:08:27 (+8 lines)
Lines 249-254 Link Here
249
       case PLIST_IGNORE:
249
       case PLIST_IGNORE:
250
           p = p->next;
250
           p = p->next;
251
           break;
251
           break;
252
       case PLIST_UNEXEC:
253
       case PLIST_SRC:
254
       case PLIST_DISPLAY:
255
       case PLIST_PKGDEP:
256
       case PLIST_MTREE:
257
       case PLIST_DIR_RM:
258
       case PLIST_IGNORE_INST:
259
       case PLIST_OPTION:
252
       }
260
       }
253
       p = p->next;
261
       p = p->next;
254
    }
262
    }

Return to bug 21436