Deleted Added
full compact
langinfo.h (87744) langinfo.h (93032)
1/*-
2 * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/include/langinfo.h 87744 2001-12-12 15:41:08Z phantom $
26 * $FreeBSD: head/include/langinfo.h 93032 2002-03-23 17:24:55Z imp $
27 */
28
29#ifndef _LANGINFO_H_
30#define _LANGINFO_H_
31
32#include <sys/cdefs.h>
33#include <nl_types.h>
34

--- 65 unchanged lines hidden (view full) ---

100#define YESSTR 54 /* affirmative response for yes/no queries */
101#define NOSTR 55 /* negative response for yes/no queries */
102
103#define CRNCYSTR 56 /* currency symbol */
104
105#define D_MD_ORDER 57 /* month/day order (local extension) */
106
107__BEGIN_DECLS
27 */
28
29#ifndef _LANGINFO_H_
30#define _LANGINFO_H_
31
32#include <sys/cdefs.h>
33#include <nl_types.h>
34

--- 65 unchanged lines hidden (view full) ---

100#define YESSTR 54 /* affirmative response for yes/no queries */
101#define NOSTR 55 /* negative response for yes/no queries */
102
103#define CRNCYSTR 56 /* currency symbol */
104
105#define D_MD_ORDER 57 /* month/day order (local extension) */
106
107__BEGIN_DECLS
108char *nl_langinfo __P((nl_item));
108char *nl_langinfo(nl_item);
109__END_DECLS
110
111#endif /* !_LANGINFO_H_ */
109__END_DECLS
110
111#endif /* !_LANGINFO_H_ */