1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/korean/unzip/files/patch-unzip.h
Hye-Shik Chang 8ceafdcf85 Add a port for unzip with localized patches.
Submitted by:	Eugene M. Kim <ab@astralblue.net>
2003-05-21 13:56:45 +00:00

11 lines
350 B
C

--- unzip.h.orig Sun Jan 27 11:29:40 2002
+++ unzip.h Wed May 21 03:43:56 2003
@@ -459,6 +459,7 @@
#if (!defined(RISCOS) && !defined(CMS_MVS) && !defined(TANDEM))
int ddotflag; /* -:: don't skip over "../" path elements */
#endif
+ int dotflag; /* -.: don't translate filenames to local charset */
#endif /* !FUNZIP */
} UzpOpts;