diff options
author | Zach Loafman <zachary.loafman@isilon.com> | 2008-07-09 00:05:50 -0700 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-22 15:00:48 +0200 |
commit | abaa69b32b212f151832b5e5c9325bfeea7d0bb2 (patch) | |
tree | 277e65f2387f5681cd603839dd26aeb61b77605e /source3/librpc/idl/drsuapi.idl | |
parent | 863a6aa07e543e30f2075a597129f6c39222beef (diff) | |
download | samba-abaa69b32b212f151832b5e5c9325bfeea7d0bb2.tar.gz samba-abaa69b32b212f151832b5e5c9325bfeea7d0bb2.tar.bz2 samba-abaa69b32b212f151832b5e5c9325bfeea7d0bb2.zip |
Make DSO_EXPORTS_CMD regexp more POSIX compliant
The FreeBSD sed command doesn't understand \? without passing -E to turn
on extended regexps. This patch changes the DSO_EXPORTS_CMD regexp to a
POSIX compliant RE by switching the \+ to a \{1,\} bound and the \? to a
\{0,1\} bound.
(This used to be commit 0acc888ca91a7401c5e54388c58272e263f73069)
Diffstat (limited to 'source3/librpc/idl/drsuapi.idl')
0 files changed, 0 insertions, 0 deletions