summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-09-25 23:20:26 +0000
committerache <ache@FreeBSD.org>1997-09-25 23:20:26 +0000
commitd2f27c061b8ecebae19deffa10a7b05d2ab07815 (patch)
treecec1a044dcc15ff04525be1c08c2e563210a681b /lib
parent5405cc0bbaf224dcc9aed79099d8705351dbfef0 (diff)
downloadFreeBSD-src-d2f27c061b8ecebae19deffa10a7b05d2ab07815.zip
FreeBSD-src-d2f27c061b8ecebae19deffa10a7b05d2ab07815.tar.gz
Move it under XPG4 define
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/mskanji.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/locale/mskanji.c b/lib/libc/locale/mskanji.c
index fbdb8ea..bce27fe 100644
--- a/lib/libc/locale/mskanji.c
+++ b/lib/libc/locale/mskanji.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#ifdef XPG4
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)mskanji.c 1.0 (Phase One) 5/5/95";
#endif /* LIBC_SCCS and not lint */
@@ -103,3 +104,4 @@ _MSKanji_sputrune(c, string, n, result)
}
return len;
}
+#endif /* XPG4 */
OpenPOWER on IntegriCloud