cosmetique - remove unneded static in previous commit

This commit is contained in:
Andrey A. Chernov 1998-09-29 04:11:35 +00:00
parent bb2691312e
commit 81e30e2649
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39745

View File

@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: vesa.c,v 1.3 1998/09/25 11:55:46 yokota Exp $
* $Id: vesa.c,v 1.4 1998/09/29 04:09:39 ache Exp $
*/
#include "sc.h"
@ -329,7 +329,7 @@ vesa_bios_init(void)
{
#define VESA_INFO_SIZE 512
static u_char buffer[VESA_INFO_SIZE * 2];
static u_char *buf = buffer;
u_char *buf = buffer;
struct vm86frame vmf;
struct vesa_mode vmode;
u_int32_t p;