Avoid WARNS=2 error by renaming the 'print' variable to 'printerr' to avoid
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 5 Sep 2004 02:02:25 +0000 (02:02 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 5 Sep 2004 02:02:25 +0000 (02:02 +0000)
commit193f7387d5550ef5bc3cf7470b3169097dd841a1
tree24552e141ad78a074b802cc648d4e304f362dba2
parent372138d37f345f8d7d20460f65cfc06f17b41a2c
Avoid WARNS=2 error by renaming the 'print' variable to 'printerr' to avoid
collision with the print() function in the same program, and renaming
the 'adjtime' variable to 'adjusttime' to avoid a conflict with adjtime().

Obtained-from: NetBSD
Submitted-by: "Douwe Kiela" <virtus@wanadoo.nl>
usr.sbin/timed/timed/measure.c
usr.sbin/timed/timed/slave.c