libpcap-1.5.2
Additional per-platform "prototypes for functions for which the OS doesn't supply a prototype" headers.
Declare "pfopen()" in "lbl/os-osf4.h", as Digital don't seem to have bothered to declare it anywhere in a system header file.
Get rid of a bogus */ in the middle of a comment.
Remove from "lbl/os-solaris2.h" declarations of functions we don't use; the declaration of "utimes()" collides with the declaration that SunOS 5.5.1 and later, at least, *do* have. (5.5.1 doesn't declare "snprintf()", even though it has "snprintf()", so we declare it here; we declare some others that don't cause problems.)
Initial revision