Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 705900
Collapse All | Expand All

(-)a/src/global.c (-4 lines)
Lines 184-192 unsigned int warn_option = 0; Link Here
184
/* Extract to standard output? */
184
/* Extract to standard output? */
185
bool to_stdout_option = false;
185
bool to_stdout_option = false;
186
186
187
/* The name this program was run with.  */
188
char *program_name;
189
190
/* A pointer to either lstat or stat, depending on whether
187
/* A pointer to either lstat or stat, depending on whether
191
   dereferencing of symlinks is done for input files.  */
188
   dereferencing of symlinks is done for input files.  */
192
int (*xstat) ();
189
int (*xstat) ();
193
- 

Return to bug 705900