diff options
author | dim <dim@FreeBSD.org> | 2010-10-04 18:16:38 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2010-10-04 18:16:38 +0000 |
commit | 3bbacb240e75ca4266dba7678b9250f24179b689 (patch) | |
tree | 7642b88cfa8ae54bf33d55e872dead4e2e12cfd1 /sys/dev/usb/controller | |
parent | d013da415dd2b7a8073b2660fb947ff690541886 (diff) | |
download | FreeBSD-src-3bbacb240e75ca4266dba7678b9250f24179b689.zip FreeBSD-src-3bbacb240e75ca4266dba7678b9250f24179b689.tar.gz |
Change libvgl's set4pixels() and set2lines() functions from plain
'inline' to 'static inline'. Otherwise, a C99 compiler (such as clang)
will output an undefined symbol for those functions in the resulting
object file. (Even gcc will do this, when you use "-std=c99".)
This should fix the "undefined reference to `set4pixels'" errors that
some people were seeing during ports building, when their world was
compiled with clang.
Approved by: rpaulo (mentor)
Diffstat (limited to 'sys/dev/usb/controller')
0 files changed, 0 insertions, 0 deletions