From owner-cvs-all Sat Jan 4 0:10:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD8437B401; Sat, 4 Jan 2003 00:10:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1955D43E4A; Sat, 4 Jan 2003 00:10:56 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h048Atfh089493; Sat, 4 Jan 2003 00:10:55 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h048AtTe089489; Sat, 4 Jan 2003 00:10:55 -0800 (PST) Message-Id: <200301040810.h048AtTe089489@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 4 Jan 2003 00:10:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib grantpt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/04 00:10:55 PST Modified files: lib/libc/stdlib grantpt.c Log: Fix three warnings: o #include to make sprintf()'s prototype visible. o Remove unused variable: sbuf. o Don't use assignment as truth value. Revision Changes Path 1.2 +2 -2 src/lib/libc/stdlib/grantpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message