From b3aaa0cc21c63d388230c7ef2a80abd631ff20d5 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Thu, 26 Feb 2009 21:43:15 +0000 Subject: 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 --- lib/libtelnet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libtelnet') diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 37eb8f6da801..1cf52a01e882 100644 --- a/lib/libtelnet/Makefile +++ b/lib/libtelnet/Makefile @@ -13,7 +13,7 @@ INTERNALLIB= SRCS= genget.c getent.c misc.c CFLAGS+= -I${TELNETDIR} -WARNS?= 0 +WARNS?= 2 .if !defined(RELEASE_CRUNCH) .if ${MK_OPENSSL} != "no" -- cgit v1.3