Fixed build on sparc64.

Noted by: kris
This commit is contained in:
Kevin Lo 2003-04-08 05:08:43 +00:00
parent 75ffe76775
commit 06534693b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78580

View file

@ -0,0 +1,11 @@
--- src/contrib/libtpt-1.10.5/src/lib/parse_funcs.cxx.orig Tue Apr 8 13:07:51 2003
+++ src/contrib/libtpt-1.10.5/src/lib/parse_funcs.cxx Tue Apr 8 13:08:21 2003
@@ -71,7 +71,7 @@
kiss_seed = (kiss_seed << 16) ^ kiss_seed ^ (getpid()<<1);
// and end by mixing in the address of *this.
// is this cast okay?
- kiss_seed^= reinterpret_cast<unsigned int>(this);
+ //kiss_seed^= reinterpret_cast<unsigned int>(this);
kiss_x = kiss_seed | 1;
kiss_y = kiss_seed | 2;
kiss_z = kiss_seed | 4;