Loading...
--- Libc/Libc-1725.40.4/stdtime/FreeBSD/ftime.c
+++ Libc/Libc-583/stdtime/FreeBSD/ftime.c
@@ -28,7 +28,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if 0
+#ifndef lint
static char rcsid[] = "$FreeBSD: /repoman/r/ncvs/src/lib/libcompat/4.1/ftime.c,v 1.5 1999/08/28 00:04:12 peter Exp $";
#endif /* not lint */
@@ -37,7 +37,8 @@
#include <sys/timeb.h>
int
-ftime(struct timeb *tbp)
+ftime(tbp)
+ struct timeb *tbp;
{
struct timezone tz;
struct timeval t;