diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:52:55 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:52:55 +0000 |
commit | a8f63aba678e691a1bc091a65cf833490987c387 (patch) | |
tree | b34049465e9e0f4b30aec6f0b4edd14f2213611c /misc/utftools/files/patch-expand.c | |
parent | Add libutf 2.10, an UTF-8 character set support library, including (diff) |
Add utftools 1.6, an UTF-aware wc, fmt, expand, and unexpand.
PR: 52031
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Notes
Notes:
svn path=/head/; revision=82157
Diffstat (limited to 'misc/utftools/files/patch-expand.c')
-rw-r--r-- | misc/utftools/files/patch-expand.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/utftools/files/patch-expand.c b/misc/utftools/files/patch-expand.c new file mode 100644 index 000000000000..3d8eb5889997 --- /dev/null +++ b/misc/utftools/files/patch-expand.c @@ -0,0 +1,10 @@ +--- expand.c.orig Sat May 10 13:52:15 2003 ++++ expand.c Sat May 10 13:52:31 2003 +@@ -5,6 +5,7 @@ + #include <stdio.h> + #include <string.h> + #include <errno.h> ++#include <unistd.h> + + #include <utf.h> + #include <utftools.h> |