diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-27 01:44:04 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-27 01:44:04 +0000 |
commit | 0267306a18a8d23927db0b03cc482c58731972c6 (patch) | |
tree | d6f0296007ebd471cfd3df3ba2123f08ec7b97c2 /sysutils/ccze/files/patch-ccze-compat.c | |
parent | Backout ports/56837 (diff) |
- Fix options parsing
- Bump PORTREVISION
PR: 57253
Submitted by: Nicolas Jombart <ecu@ipv42.net>
Notes
Notes:
svn path=/head/; revision=89496
Diffstat (limited to 'sysutils/ccze/files/patch-ccze-compat.c')
-rw-r--r-- | sysutils/ccze/files/patch-ccze-compat.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/ccze/files/patch-ccze-compat.c b/sysutils/ccze/files/patch-ccze-compat.c new file mode 100644 index 000000000000..3eae278dc2e7 --- /dev/null +++ b/sysutils/ccze/files/patch-ccze-compat.c @@ -0,0 +1,11 @@ +--- src/ccze-compat.c.orig Fri Sep 26 17:27:22 2003 ++++ src/ccze-compat.c Fri Sep 26 17:27:39 2003 +@@ -275,7 +275,7 @@ + char **valuep) + { + int i = getsubopt (optionp, tokens, valuep); +-#if HAVE_SUBOPTARg ++#if HAVE_SUBOPTARG + if (!*valuep && suboptarg) + *valuep = strdup (suboptarg); + #endif |