dee69ea53c
While those tools are not needed anymore they are necessary to build FreeBSD 9 and 10. it does not hurt to keep those tools around until both 9 and 10 branch become EOLed. Modify colldef(1) to build after the change in the collation header, and ensure it does produce the same collation definition it used to generate for 9 and 10 Reported by: Oliver Pinter
12 lines
192 B
C
12 lines
192 B
C
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
#define CHARMAP_SYMBOL_LEN 64
|
|
#define BUFSIZE 80
|
|
|
|
extern int line_no;
|
|
|
|
extern u_char charmap_table[UCHAR_MAX + 1][CHARMAP_SYMBOL_LEN];
|
|
extern char map_name[FILENAME_MAX];
|