Must change `u_long' to `u_int32_t' as Jason pointed out.

This commit is contained in:
pk 1995-11-29 22:03:53 +00:00
parent f4d1bdb04f
commit 12bfe2e68e
2 changed files with 483 additions and 483 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
/* $NetBSD: rcons_kern.c,v 1.2 1995/10/04 23:57:25 pk Exp $ */
/* $NetBSD: rcons_kern.c,v 1.3 1995/11/29 22:09:23 pk Exp $ */
/*
* Copyright (c) 1991, 1993
@ -185,7 +185,7 @@ rcons_init(rc)
return;
}
rp->linelongs = rc->rc_linebytes >> 2;
rp->pixels = (u_long *)rc->rc_pixels;
rp->pixels = (u_int32_t *)rc->rc_pixels;
rc->rc_ras_blank = RAS_CLEAR;