From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67581 invoked by alias); 27 Dec 2015 02:58:10 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 66208 invoked by uid 89); 27 Dec 2015 02:56:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:373, Lee, lee X-HELO: mail-io0-f169.google.com Received: from mail-io0-f169.google.com (HELO mail-io0-f169.google.com) (209.85.223.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 27 Dec 2015 02:56:17 +0000 Received: by mail-io0-f169.google.com with SMTP id o67so281712394iof.3 for ; Sat, 26 Dec 2015 18:56:17 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.107.47.20 with SMTP id j20mr2367052ioo.168.1451184975169; Sat, 26 Dec 2015 18:56:15 -0800 (PST) Received: by 10.107.10.34 with HTTP; Sat, 26 Dec 2015 18:56:15 -0800 (PST) Date: Sun, 27 Dec 2015 02:58:00 -0000 Message-ID: Subject: Issues in utmp/utmpx headers From: David Lee To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00320.txt.bz2 Hi all, While trying to port bsdgames to Cygwin I spotted the following issues: (1) In /usr/include/utmpx.h, utmpxname() is declared a void function. Should it return int? (2) In /usr/include/sys/utmp.h, utmpname() is declared a void function. Should it return int? (3) _PATH_UTMPX is not defined in any system headers. Thanks David Lee -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple