]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix previous commit: Don't cast integral types to pointers to
authorMarcel Moolenaar <marcel@FreeBSD.org>
Tue, 15 Oct 2002 01:50:09 +0000 (01:50 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Tue, 15 Oct 2002 01:50:09 +0000 (01:50 +0000)
commit18e0cd7dde8a05c508a198bcb7d37eb0021e6756
treecbd95e188ca0e61e331e08ba5c0ad201a93f9b6d
parent803cc8aa8f514d47c1bb5e51ec67210b5f3a9dd4
Fix previous commit: Don't cast integral types to pointers to
print them with %p. Cast to unsigned long and print with %#lx.

Discussed with: bde
sys/dev/agp/agp_amd.c
sys/pci/agp_amd.c