summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/utf2.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-10-23 01:34:17 +0000
committerache <ache@FreeBSD.org>1995-10-23 01:34:17 +0000
commit6ee0412bd842c62fa5a2d0cc7b5d9a09ea7305b1 (patch)
treedf3d9138c260a0dd995cf571fe1f86075fc381a2 /lib/libc/locale/utf2.c
parent7bae034de0c258030d15c9a5c797a7cbf0363b89 (diff)
downloadFreeBSD-src-6ee0412bd842c62fa5a2d0cc7b5d9a09ea7305b1.zip
FreeBSD-src-6ee0412bd842c62fa5a2d0cc7b5d9a09ea7305b1.tar.gz
Migrate from XPG4 to XPG3 (libxpg4 will be added soon)
Remove big part of my startup_setlocale hack. Add missing manpage links.
Diffstat (limited to 'lib/libc/locale/utf2.c')
-rw-r--r--lib/libc/locale/utf2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/locale/utf2.c b/lib/libc/locale/utf2.c
index 846fad9..c46dd93 100644
--- a/lib/libc/locale/utf2.c
+++ b/lib/libc/locale/utf2.c
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*/
+#ifdef XPG4
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)utf2.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
@@ -146,3 +147,4 @@ _UTF2_sputrune(c, string, n, result)
return (1);
}
}
+#endif /* XPG4 */
OpenPOWER on IntegriCloud