From dad2305f625c61cfb0c44704202de0aa20f71b00 Mon Sep 17 00:00:00 2001 From: deischen Date: Thu, 27 Jun 2002 13:20:54 +0000 Subject: Remove improper use of . Remove fmtcheck from application name space (fix the weak reference). --- lib/libc/gen/fmtcheck.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/gen/fmtcheck.c b/lib/libc/gen/fmtcheck.c index 9696334..1ea495d 100644 --- a/lib/libc/gen/fmtcheck.c +++ b/lib/libc/gen/fmtcheck.c @@ -37,15 +37,11 @@ #include __FBSDID("$FreeBSD$"); -#include "namespace.h" - #include #include #include -#ifdef __weak_alias -__weak_alias(fmtcheck,__fmtcheck) -#endif +__weak_reference(__fmtcheck, fmtcheck); enum __e_fmtcheck_types { FMTCHECK_START, @@ -225,7 +221,7 @@ get_next_format(const char **pf, EFT eft) } __const char * -fmtcheck(const char *f1, const char *f2) +__fmtcheck(const char *f1, const char *f2) { const char *f1p, *f2p; EFT f1t, f2t; -- cgit v1.1