diff options
author | Egbert Eich <eich@suse.de> | 2004-03-15 15:37:39 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-03-15 15:37:39 +0000 |
commit | 8fc64edc62548a0e46f0efa273b214ede8986760 (patch) | |
tree | 3df08579d8fa8806422096eb988947ce1bda8db2 /fb | |
parent | 62c105bd9b13e87a314a2d2be4747500a9ce4e8d (diff) |
38. Backing out patch 27 as it was inappropriate for the RELEASE branch and
bogus anyway (see bugzilla #303) (Egbert Eich).
37. backing out 30.: the sleep() exists to bring the log message to the
attention of the user which points to a problem elsewhere. Therefore
the problem should be fixed where it originates. To be strict we could
make the function fail instead of just trying to point the user at the
problem (Egbert Eich).
Diffstat (limited to 'fb')
-rw-r--r-- | fb/fb.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -106,7 +106,6 @@ typedef unsigned __int64 FbBits; defined(__sparc64__) || \ defined(__s390x__) || \ defined(amd64) || defined (__amd64__) || \ - defined (__powerpc64__) || \ (defined(sgi) && (_MIPS_SZLONG == 64)) typedef unsigned long FbBits; # else |