Changeset 27 for trunk/src/kmk/arch.c


Ignore:
Timestamp:
Nov 27, 2002, 1:35:20 AM (23 years ago)
Author:
bird
Message:

OS2 / VAC308

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/arch.c

    r25 r27  
    9898#include    <sys/time.h>
    9999#include    <sys/param.h>
    100 #include    <ctype.h>
     100# include    <ctype.h>
    101101#include    <ar.h>
    102 #include    <utime.h>
     102#if defined(__IBMC__)
     103# include    <limits.h>
     104# include    <sys/utime.h>
     105#else
     106# include    <utime.h>
     107#endif
    103108#include    <stdio.h>
    104109#include    <stdlib.h>
     
    107112#include    "dir.h"
    108113#include    "config.h"
     114#if defined(__IBMC__)
     115# ifndef MAXPATHLEN
     116#  define MAXPATHLEN _MAX_PATH
     117# endif
     118#endif
    109119
    110120static Lst        archives;   /* Lst of archives we've already examined */
Note: See TracChangeset for help on using the changeset viewer.