]> err.no Git - util-linux/commit
more: dont use a.out.h
authorMike Frysinger <vapier@gentoo.org>
Sat, 7 Jun 2008 17:22:45 +0000 (13:22 -0400)
committerKarel Zak <kzak@redhat.com>
Fri, 12 Dec 2008 12:08:33 +0000 (13:08 +0100)
commit986f014ea6828c61021f9e7828326e1ea747a7b3
treee68239e536d3172745ab66d9bc64994bd86993f8
parent397c775ce686865fe07a57e09aa3fe97115f5187
more: dont use a.out.h

The a.out.h header is not friendly to portable systems (iow, those that
lack a.out support), and since the defines are only used in a cheesy magic,
just use the magic constants.  It's not like they're ever going to change.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
text-utils/more.c