diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-10-19 09:34:08 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-10-19 09:34:08 +0400 |
commit | 139969e1bccfc63cdc37afc5e4185d864fc72d30 (patch) | |
tree | 91f90f059735383fbbc14e06486938950c8b62d8 /onbld/debian/patches/bool.patch | |
parent | 51715c96b755bc336fa13384dc5620172453502c (diff) | |
download | illumos-packaging-139969e1bccfc63cdc37afc5e4185d864fc72d30.tar.gz |
onbld: strip illumos-gate/ to ease importing patches
Diffstat (limited to 'onbld/debian/patches/bool.patch')
-rw-r--r-- | onbld/debian/patches/bool.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/onbld/debian/patches/bool.patch b/onbld/debian/patches/bool.patch index b885ccf..9a24f17 100644 --- a/onbld/debian/patches/bool.patch +++ b/onbld/debian/patches/bool.patch @@ -1,7 +1,7 @@ -Index: b/illumos-gate/usr/src/tools/cscope-fast/invlib.h +Index: b/usr/src/tools/cscope-fast/invlib.h =================================================================== ---- a/illumos-gate/usr/src/tools/cscope-fast/invlib.h 2012-09-30 21:41:34.157725344 +0400 -+++ b/illumos-gate/usr/src/tools/cscope-fast/invlib.h 2012-09-30 21:41:39.755940986 +0400 +--- a/usr/src/tools/cscope-fast/invlib.h 2012-09-30 21:41:34.157725344 +0400 ++++ b/usr/src/tools/cscope-fast/invlib.h 2012-09-30 21:41:39.755940986 +0400 @@ -88,7 +88,7 @@ extern int nsrcoffset; /* number of file name database offsets */ @@ -11,10 +11,10 @@ Index: b/illumos-gate/usr/src/tools/cscope-fast/invlib.h extern void invclose(INVCONTROL *invcntl); extern long invfind(INVCONTROL *invcntl, char *searchterm); extern int invforward(INVCONTROL *invcntl); -Index: b/illumos-gate/usr/src/tools/cscope-fast/invlib.c +Index: b/usr/src/tools/cscope-fast/invlib.c =================================================================== ---- a/illumos-gate/usr/src/tools/cscope-fast/invlib.c 2012-09-30 21:41:34.157658014 +0400 -+++ b/illumos-gate/usr/src/tools/cscope-fast/invlib.c 2012-09-30 21:41:39.756663293 +0400 +--- a/usr/src/tools/cscope-fast/invlib.c 2012-09-30 21:41:34.157658014 +0400 ++++ b/usr/src/tools/cscope-fast/invlib.c 2012-09-30 21:41:39.756663293 +0400 @@ -948,7 +948,7 @@ } |