Changeset 7541c89 in freewrt for tools/paxmirabilis


Ignore:
Timestamp:
Jul 16, 2006, 7:22:57 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
b824d0c
Parents:
98ed68c
Message:

more from bsd libc

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

Location:
tools/paxmirabilis
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • tools/paxmirabilis/Makefile

    r98ed68c r7541c89  
    99
    1010SRCS=           strlfun.c \
     11                strmode.c \
    1112                src/ar_io.c \
    1213                src/ar_subs.c \
  • tools/paxmirabilis/src/gen_subs.c

    r98ed68c r7541c89  
    5959__RCSID("$MirOS: src/bin/pax/gen_subs.c,v 1.5 2005/04/29 18:34:44 tg Exp $");
    6060
     61void strmode(mode_t mode, char *p);
     62
    6163/*
    6264 * a collection of general purpose subroutines used by pax
Note: See TracChangeset for help on using the changeset viewer.