archival: avoid std namespace for local includes
Avoid using same include file naming pattern as available in GLIBC. Renamed to match grp_.h et al. Signed-off-by: Joachim Nilsson <troglobit@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
4ac35a30db
commit
bd46f64dcb
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
#include "bb_archive.h"
|
#include "bb_archive.h"
|
||||||
#include "ar.h"
|
#include "ar_.h"
|
||||||
|
|
||||||
#if ENABLE_FEATURE_AR_CREATE
|
#if ENABLE_FEATURE_AR_CREATE
|
||||||
/* filter out entries with same names as specified on the command line */
|
/* filter out entries with same names as specified on the command line */
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
#include "bb_archive.h"
|
#include "bb_archive.h"
|
||||||
#include "ar.h"
|
#include "ar_.h"
|
||||||
|
|
||||||
/* WARNING: Clobbers str[len], so fields must be read in reverse order! */
|
/* WARNING: Clobbers str[len], so fields must be read in reverse order! */
|
||||||
static unsigned read_num(char *str, int base, int len)
|
static unsigned read_num(char *str, int base, int len)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
#include "bb_archive.h"
|
#include "bb_archive.h"
|
||||||
#include "ar.h"
|
#include "ar_.h"
|
||||||
|
|
||||||
void FAST_FUNC unpack_ar_archive(archive_handle_t *ar_archive)
|
void FAST_FUNC unpack_ar_archive(archive_handle_t *ar_archive)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user