From owner-svn-src-all@FreeBSD.ORG Fri Nov 25 07:11:03 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 893A8106566B; Fri, 25 Nov 2011 07:11:03 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF2D8FC08; Fri, 25 Nov 2011 07:11:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pAP7B3Qw032008; Fri, 25 Nov 2011 07:11:03 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pAP7B3UO032006; Fri, 25 Nov 2011 07:11:03 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201111250711.pAP7B3UO032006@svn.freebsd.org> From: Xin LI Date: Fri, 25 Nov 2011 07:11:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r227963 - head/sbin/camcontrol X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2011 07:11:03 -0000 Author: delphij Date: Fri Nov 25 07:11:02 2011 New Revision: 227963 URL: http://svn.freebsd.org/changeset/base/227963 Log: Fix build. Modified: head/sbin/camcontrol/util.c Modified: head/sbin/camcontrol/util.c ============================================================================== --- head/sbin/camcontrol/util.c Fri Nov 25 07:10:59 2011 (r227962) +++ head/sbin/camcontrol/util.c Fri Nov 25 07:11:02 2011 (r227963) @@ -162,7 +162,7 @@ arg_put(void *hook __unused, int letter, * 0: unconfirmed */ int -get_confirmation() +get_confirmation(void) { char str[1024]; int response = -1;