]> The Tcpdump Group git mirrors - libpcap/commit
Remove prototype header for HP-UX 11.x.
authorDenis Ovsienko <[email protected]>
Sat, 18 Feb 2023 15:00:14 +0000 (15:00 +0000)
committerDenis Ovsienko <[email protected]>
Sat, 18 Feb 2023 16:18:12 +0000 (16:18 +0000)
commitcda978e6773a28bb559972a76714cb341e92f732
tree5d6d29d1d88fdd1a34033bd6682bb500981d0ec2
parent3d4434b380d6be3d5645a1005cab10444faa8913
Remove prototype header for HP-UX 11.x.

HP-UX 11.00 was released in 1997; lbl/os-hpux11.h was introduced via
commit 7ec2e59 in 2002.  The only prototype in the header is for ffs(),
and HP-UX 11.31 (11i v3), which was released in 2007, has the prototype,
albeit not in the standard header.  Remove lbl/os-hpux11.h and update
the lowest_set_bit() block in optimize.c to recognize HP-UX specifics.
Makefile.in
lbl/os-hpux11.h [deleted file]
optimize.c