telnetd/libtelnet
ed 7541522753 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


git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@189092 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
2009-02-26 21:43:15 +00:00
..
auth-proto.h Damn. The previous mega-commit was incomplete WRT ANSIfication. This 2001-11-30 22:28:07 +00:00
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 Very large style makeover. 2001-11-30 21:06:38 +00:00
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 Damn. The previous mega-commit was incomplete WRT ANSIfication. This 2001-11-30 22:28:07 +00:00
encrypt.c Warnings fixes. Sort out some variable types. 2002-06-26 17:06:14 +00:00
encrypt.h Very large style makeover. 2001-11-30 21:06:38 +00:00
genget.c Very large style makeover. 2001-11-30 21:06:38 +00:00
getent.c Very large style makeover. 2001-11-30 21:06:38 +00:00
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 Very large style makeover. 2001-11-30 21:06:38 +00:00
krb4encpwd.c Damn. The previous mega-commit was incomplete WRT ANSIfication. This 2001-11-30 22:28:07 +00:00
misc-proto.h Damn. The previous mega-commit was incomplete WRT ANSIfication. This 2001-11-30 22:28:07 +00:00
misc.c Help fix warnings by marking an argument as unused. 2002-06-26 17:05:08 +00:00
misc.h This commit was generated by cvs2svn to compensate for changes in r29088, 1997-09-04 06:11:16 +00:00
pk.c Rename all symbols in libmp(3) to mp_*, just like Solaris. 2009-02-26 21:43:15 +00:00
pk.h Very large style makeover. 2001-11-30 21:06:38 +00:00
read_password.c Very large style makeover. 2001-11-30 21:06:38 +00:00
rsaencpwd.c Very large style makeover. 2001-11-30 21:06:38 +00:00
sra.c Fix an external declaration that was causing telnetd to core dump. 2002-05-06 09:46:29 +00:00