summaryrefslogtreecommitdiffstats
path: root/compat/opensolaris/include/libintl.h
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2008-03-28 00:08:47 +0000
committerjb <jb@FreeBSD.org>2008-03-28 00:08:47 +0000
commit291b24b7551a7f0ab80c6cc152155e317f53be0a (patch)
tree9edd0223cc16fd15bec321b8d36de00f35487d3b /compat/opensolaris/include/libintl.h
parent5794ada908cc2e195ebcb0217b7164e3bd207e1b (diff)
downloadFreeBSD-src-291b24b7551a7f0ab80c6cc152155e317f53be0a.zip
FreeBSD-src-291b24b7551a7f0ab80c6cc152155e317f53be0a.tar.gz
Remove files that have been repo copied to their new location
in cddl-specific parts of the source tree.
Diffstat (limited to 'compat/opensolaris/include/libintl.h')
-rw-r--r--compat/opensolaris/include/libintl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/compat/opensolaris/include/libintl.h b/compat/opensolaris/include/libintl.h
deleted file mode 100644
index 5954344..0000000
--- a/compat/opensolaris/include/libintl.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _LIBINTL_H_
-#define _LIBINTL_H_
-
-#include <sys/cdefs.h>
-#include <stdio.h>
-
-#define textdomain(domain) 0
-#define gettext(...) (__VA_ARGS__)
-#define dgettext(domain, ...) (__VA_ARGS__)
-
-#endif /* !_SOLARIS_H_ */
OpenPOWER on IntegriCloud