From owner-cvs-lib Mon Jun 3 03:40:49 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA28077 for cvs-lib-outgoing; Mon, 3 Jun 1996 03:40:49 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA28055; Mon, 3 Jun 1996 03:40:41 -0700 (PDT) Date: Mon, 3 Jun 1996 03:40:41 -0700 (PDT) From: Joerg Wunsch Message-Id: <199606031040.DAA28055@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libcompat/SysV ftok.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/06/03 03:40:40 Modified: lib/libcompat/SysV ftok.3 Log: Minor corrections. The second parameter is actually of type int (though only char will be used), and our implementation is not really worse than the SysV one, so there's no need to claim so in the BUGS section. Revision Changes Path 1.4 +6 -9 src/lib/libcompat/SysV/ftok.3