From owner-cvs-libexec Thu May 14 03:11:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24837 for cvs-libexec-outgoing; Thu, 14 May 1998 03:11:37 -0700 (PDT) (envelope-from owner-cvs-libexec) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA24750; Thu, 14 May 1998 03:11:14 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA11580; Thu, 14 May 1998 03:07:31 -0700 (PDT) Date: Thu, 14 May 1998 03:07:31 -0700 (PDT) Message-Id: <199805141007.DAA11580@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/telnetd sys_term.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/14 03:07:31 PDT Modified files: libexec/telnetd sys_term.c Log: Remove a bogus prototype for time() and let time.h do that. Change pointer casts from int to long. The code that looks to index -1 of argv is still broken on alpha. Revision Changes Path 1.20 +5 -6 src/libexec/telnetd/sys_term.c