summaryrefslogtreecommitdiff
path: root/archival/libarchive/common.c (plain)
blob: 389cb785665cedfc1728bb6a5ef0b6f15b3d9f3f
1/* vi: set sw=4 ts=4: */
2/*
3 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
4 */
5
6#include "libbb.h"
7#include "bb_archive.h"
8
9const char cpio_TRAILER[] ALIGN1 = "TRAILER!!!";
10