Home | History | Annotate | Download | only in tcpdchk
History log of /src/usr.sbin/tcpdchk/percent_m.c
RevisionDateAuthorComments
 1.5  23-Jan-2018  sevan ansify - drop the K&R style prototypes & implementations.
 1.4  21-Jan-2000  mycroft Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get
the correct definition from errno.h.
 1.3  09-May-1998  kleink branches: 1.3.2;
Use strerror(3) instead of sys_errlist and sys_nerr.
 1.2  11-Oct-1997  christos Cleanup for WARNS = 1
- add prototypes
- comment out rfc931(); it conflicts with the one in -lwrap and is not needed
anyway.
- remove unused variables
- add NetBSD rcsids.
 1.1  11-Jan-1997  cjs branches: 1.1.1;
Initial revision
 1.1.1.1  11-Jan-1997  cjs Import from tcd_wrappers_7.4.
 1.3.2.1  23-Jan-2000  he Pull up revision 1.4 (requested by mycroft):
Always do the errno indirection hack, so that non-threaded
libraries get the right errno value when linked with -lpthread.
This means "always include <errno.h> and never declare errno
yourself".

RSS XML Feed