1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Added "SVR4" as an acceptable brand

This commit is contained in:
Mark Newton 1999-01-30 06:16:48 +00:00
parent 2755f9f602
commit d81380b49d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43407

View File

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: brandelf.c,v 1.9 1998/04/21 02:31:09 eivind Exp $
* $Id: brandelf.c,v 1.10 1998/04/21 02:44:12 eivind Exp $
*/
#include <elf.h>
@ -133,7 +133,7 @@ usage()
static int
iselftype(const char *elftype) {
/* XXX - any more types? */
const char *elftypes[] = { "FreeBSD", "Linux" };
const char *elftypes[] = { "FreeBSD", "Linux", "SVR4" };
int elfwalk;
for (elfwalk = 0;