Subversion Repositories SvarDOS

Rev

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

Rev 260 Rev 263
Line 1... Line 1...
1
/*
1
/*
2
 * This file is part of pkginst (SvarDOS)
2
 * This file is part of pkginst (SvarDOS)
3
 * Copyright (C) 2012-2021 Mateusz Viste
3
 * Copyright (C) 2012-2021 Mateusz Viste
4
 * Changes by TK Chia
-
 
5
 */
4
 */
6
 
5
 
7
#include <ctype.h>     /* toupper() */
6
#include <ctype.h>     /* toupper() */
8
#include <stdio.h>
7
#include <stdio.h>
9
#include <stdlib.h>    /* system() */
8
#include <stdlib.h>    /* system() */
10
#include <string.h>    /* strcpy() */
9
#include <string.h>    /* strcpy() */
11
#include <unistd.h>    /* read() */
10
#include <unistd.h>    /* read() */
12
#include <sys/types.h> /* struct utimbuf */
11
#include <sys/types.h> /* struct utimbuf */
13
 
12
 
14
#include "crc32.h"     /* all CRC32 related stuff */
-
 
15
#include "helpers.h"   /* slash2backslash(), strtolower() */
13
#include "helpers.h"   /* slash2backslash(), strtolower() */
16
#include "fileexst.h"
14
#include "fileexst.h"
17
#include "kprintf.h"
15
#include "kprintf.h"
18
#include "libunzip.h"  /* zip_listfiles()... */
16
#include "libunzip.h"  /* zip_listfiles()... */
19
#include "showinst.h"  /* pkg_loadflist() */
17
#include "showinst.h"  /* pkg_loadflist() */