freebsd-dev/contrib/telnet/libtelnet
Ed Schouten b3aaa0cc21 Rename all symbols in libmp(3) to mp_*, just like Solaris.
The function pow() in libmp(3) clashes with pow(3) in libm. We could
rename this single function, but we can just take the same approach as
the Solaris folks did, which is to prefix all function names with mp_.

libmp(3) isn't really popular nowadays. I suspect not a single
application in ports depends on it. There's still a chance, so I've
increased the SHLIB_MAJOR and __FreeBSD_version.

Reviewed by:	deischen, rdivacky
2009-02-26 21:43:15 +00:00
..
auth-proto.h
auth.c Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3. 2003-05-04 02:54:49 +00:00
auth.h
enc_des.c Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3. 2003-05-04 02:54:49 +00:00
enc-proto.h
encrypt.c Warnings fixes. Sort out some variable types. 2002-06-26 17:06:14 +00:00
encrypt.h
genget.c
getent.c
kerberos5.c Unbreak Kerberos 5 authentication in telnet. 2003-03-06 13:41:53 +00:00
kerberos.c Background: 2003-01-29 18:14:29 +00:00
key-proto.h
krb4encpwd.c
misc-proto.h
misc.c Help fix warnings by marking an argument as unused. 2002-06-26 17:05:08 +00:00
misc.h
pk.c Rename all symbols in libmp(3) to mp_*, just like Solaris. 2009-02-26 21:43:15 +00:00
pk.h
read_password.c
rsaencpwd.c
sra.c Fix an external declaration that was causing telnetd to core dump. 2002-05-06 09:46:29 +00:00