$OpenBSD: patch-content_media_nsAudioStream_cpp,v 1.1 2010/04/26 19:55:58 landry Exp $ --- content/media/nsAudioStream.cpp.orig Wed Feb 23 06:53:27 2011 +++ content/media/nsAudioStream.cpp Sat Feb 26 09:25:34 2011 @@ -570,7 +570,7 @@ PRInt64 nsAudioStreamLocal::GetSampleOffset() #if defined(XP_WIN) positionType = SA_POSITION_WRITE_HARDWARE; #endif - PRInt64 position = 0; + int64_t position = 0; if (sa_stream_get_position(static_cast(mAudioHandle), positionType, &position) == SA_SUCCESS) { return position / sizeof(short);