From owner-cvs-libexec Mon Sep 11 13:55:02 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA04646 for cvs-libexec-outgoing; Mon, 11 Sep 1995 13:55:02 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA04622 ; Mon, 11 Sep 1995 13:54:53 -0700 Date: Mon, 11 Sep 1995 13:54:53 -0700 From: David Greenman Message-Id: <199509112054.NAA04622@freefall.freebsd.org> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/telnetd telnetd.c Sender: cvs-libexec-owner@FreeBSD.org Precedence: bulk davidg 95/09/11 13:54:52 Modified: libexec/telnetd telnetd.c Log: Fixed bug introduced with the change of startslave()...two arguments were chopped off of the function call and garbage was passed instead. The solution involves making some variable globals as well as fixing the call to have all the arguments. From owner-cvs-libexec Fri Sep 15 01:05:24 1995 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA01241 for cvs-libexec-outgoing; Fri, 15 Sep 1995 01:05:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA01227 ; Fri, 15 Sep 1995 01:05:17 -0700 Date: Fri, 15 Sep 1995 01:05:17 -0700 From: David Greenman Message-Id: <199509150805.BAA01227@freefall.freebsd.org> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/telnetd telnetd.c Sender: owner-cvs-libexec@FreeBSD.org Precedence: bulk davidg 95/09/15 01:05:16 Branch: libexec/telnetd RELENG_2_1_0 Modified: libexec/telnetd telnetd.c Log: Brought in change from rev 1.5: fix args to startslave().