Loading...
--- Libc/Libc-583/stdtime/FreeBSD/ftime.c
+++ Libc/Libc-1669.40.2/stdtime/FreeBSD/ftime.c
@@ -28,7 +28,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
+#if 0
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,8 +37,7 @@
#include <sys/timeb.h>
int
-ftime(tbp)
- struct timeb *tbp;
+ftime(struct timeb *tbp)
{
struct timezone tz;
struct timeval t;