Subversion Repositories SvarDOS

Rev

Rev 223 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 223 Rev 257
Line 14... Line 14...
14
#include <utime.h>     /* utime() */
14
#include <utime.h>     /* utime() */
15
#include <unistd.h>   /* unlink() */
15
#include <unistd.h>   /* unlink() */
16
 
16
 
17
#include "crc32.h"
17
#include "crc32.h"
18
#include "kprintf.h"
18
#include "kprintf.h"
19
#include "parsecmd.h"
-
 
20
#include "inf.h"   /* DEFLATE support */
19
#include "inf.h"   /* DEFLATE support */
21
#include "version.h"
-
 
22
 
20
 
23
#include "libunzip.h"  /* include self for control */
21
#include "libunzip.h"  /* include self for control */
24
 
22
 
25
 
23
 
26
/* converts a "DOS format" timestamp into unix timestamp. The DOS timestamp is constructed an array of 4 bytes, that contains following data at the bit level:
24
/* converts a "DOS format" timestamp into unix timestamp. The DOS timestamp is constructed an array of 4 bytes, that contains following data at the bit level: