Changeset a569125 in freewrt for tools/paxmirabilis/src/pat_rep.c


Ignore:
Timestamp:
Feb 16, 2012, 10:14:16 PM (14 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
7417b08
Parents:
3784d08
Message:

even FreeWRT 1.0-stable deserves paxmirabilis-20120216 compiled with LTO ☺

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3981 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/paxmirabilis/src/pat_rep.c

    r3784d08 ra569125  
    1 /*      $OpenBSD: pat_rep.c,v 1.30 2005/08/05 08:30:10 djm Exp $        */
     1/*      $OpenBSD: pat_rep.c,v 1.31 2009/10/27 23:59:22 deraadt Exp $    */
    22/*      $NetBSD: pat_rep.c,v 1.4 1995/03/21 09:07:33 cgd Exp $  */
    33
     
    4848#include "extern.h"
    4949
    50 __SCCSID("@(#)pat_rep.c 8.2 (Berkeley) 4/18/94");
    51 __RCSID("$MirOS: src/bin/pax/pat_rep.c,v 1.2 2007/02/17 04:52:41 tg Exp $");
     50__RCSID("$MirOS: src/bin/pax/pat_rep.c,v 1.4 2012/02/12 00:44:57 tg Exp $");
    5251
    5352/*
     
    525524
    526525                        /*
    527                          * Optimized hack for pattern with a * at the end
     526                         * optimised hack for pattern with a * at the end
    528527                         */
    529528                        if (c == '\0')
     
    837836 *      as specified. if required, we print the results. if the resulting name
    838837 *      is empty, we will skip this archive member. We use the regexp(3)
    839  *      routines (regexp() ought to win a prize as having the most cryptic
     838 *      routines (regexp() ought to win a price as having the most cryptic
    840839 *      library function manual page).
    841840 *      --Parameters--
Note: See TracChangeset for help on using the changeset viewer.