diff options
author | jb <jb@FreeBSD.org> | 2008-03-28 00:08:47 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2008-03-28 00:08:47 +0000 |
commit | 291b24b7551a7f0ab80c6cc152155e317f53be0a (patch) | |
tree | 9edd0223cc16fd15bec321b8d36de00f35487d3b /compat/opensolaris/include/libintl.h | |
parent | 5794ada908cc2e195ebcb0217b7164e3bd207e1b (diff) | |
download | FreeBSD-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.h | 11 |
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_ */ |