]> 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>
Mon, 16 Jun 2008 09:54:37 +0000 (11:54 +0200)
commite9eb4dad0ece03914f67f6d1ded74cfbbe694ba4
tree13381872fc21c2dfabc0fd6748f34d22ab7d2d2e
parent115e6f00b81a3a30d91294250419ef006d102258
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