opnsense-ports/textproc/sphinxsearch/files/patch-src_sphinxint.h
Franco Fichtner 9f1182f5f5 */*: sync with upstream
Taken from: HardenedBSD
2018-02-04 12:49:34 +01:00

13 lines
260 B
C

--- src/sphinxint.h.orig 2018-02-03 10:17:12 UTC
+++ src/sphinxint.h
@@ -1074,8 +1074,8 @@ inline int FindBit ( DWORD uValue )
inline int sphEncodeVLB8 ( BYTE * buf, uint64_t v )
{
- register BYTE b;
- register int n = 0;
+ BYTE b;
+ int n = 0;
do
{