]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r228627:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 1 Jan 2012 19:05:15 +0000 (19:05 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 1 Jan 2012 19:05:15 +0000 (19:05 +0000)
commitd944720fb24b7dbea4024a6fc57d669b130cf4d7
tree93caaf3896382d365c84ad92be9feee34d94ea5d
parent4fe0e8cb9e3e7265d84e433de383a4d06077467a
MFC r228627:

In contrib/ee/ee.c, fix a few warnings about format strings not being
literals.  Also, change the direction argument to move_rel() from char
to int; K&R function definions cause it to be promoted to an int anyway,
and this way we avoid clang warning about it.

git-svn-id: svn://svn.freebsd.org/base/stable/9@229188 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/ee/ee.c