Changeset dbbcad4 in freewrt for tools/paxmirabilis/src/options.h


Ignore:
Timestamp:
Jul 16, 2006, 6:17:53 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
006f3d5
Parents:
53c89c6
Message:

sync with MirCpio: introduce "extract to stdout" option

"schön" wbx@

git-svn-id: svn://www.freewrt.org/trunk/freewrt@207 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/paxmirabilis/src/options.h

    r53c89c6 rdbbcad4  
    1 /**     $MirOS: src/bin/pax/options.h,v 1.2 2006/06/19 19:22:08 tg Exp $ */
     1/**     $MirOS: src/bin/pax/options.h,v 1.3 2006/07/16 16:14:50 tg Exp $ */
    22/*      $OpenBSD: options.h,v 1.4 2003/06/13 17:51:14 millert Exp $     */
    33/*      $NetBSD: options.h,v 1.3 1995/03/21 09:07:32 cgd Exp $  */
     
    127127extern int anonarch;
    128128void anonarch_init(void);
     129
     130extern int to_stdout;
Note: See TracChangeset for help on using the changeset viewer.