Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
patch
unified-reject-files-compat.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File unified-reject-files-compat.diff of Package patch
Index: patch-2.5.9-122-gba37782/src/patch.c =================================================================== --- patch-2.5.9-122-gba37782.orig/src/patch.c +++ patch-2.5.9-122-gba37782/src/patch.c @@ -572,6 +572,7 @@ static struct option const longopts[] = {"posix", no_argument, NULL, CHAR_MAX + 7}, {"quoting-style", required_argument, NULL, CHAR_MAX + 8}, {"reject-format", required_argument, NULL, CHAR_MAX + 9}, + {"unified-reject-files", no_argument, NULL, CHAR_MAX + 1001}, {NULL, no_argument, NULL, 0} }; @@ -841,6 +842,11 @@ get_some_switches (void) else usage (stderr, 2); break; + case CHAR_MAX + 1001: + say ("warning: the `--unified-reject-files' option is obsolete; use " + "`--reject-format=unified' instead\n"); + reject_format = UNI_DIFF; + break; default: usage (stderr, 2); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor