chiark / gitweb /
[PATCH] fix incompatible pointer type warning
authormbuesch@freenet.de <mbuesch@freenet.de>
Thu, 14 Oct 2004 05:37:59 +0000 (22:37 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:53:22 +0000 (21:53 -0700)
commitdc117daa28c87c6be5846a23f06e16c2b6ff6bc1
tree0a8779826b067806fcc379ab2d4c26cc48e001ae
parent7e89a569cc4db0c1482662dc4df5f60df7aef3ff
[PATCH] fix incompatible pointer type warning

This patch fixes two
warning: assignment from incompatible pointer type

asmlinkage is the reason for the warning. We can
simply cast to avoid it.

It also fixes this warning:
warning: implicit declaration of function `umask'
udev.c
udevd.c