7 lines
146 B
C
7 lines
146 B
C
|
/* $Header$ */
|
||
|
|
||
|
struct orig {
|
||
|
long org_flen; /* Accumulated length of preceding sections. */
|
||
|
long org_zero; /* " " " zeroparts. */
|
||
|
};
|