From owner-cvs-all@FreeBSD.ORG Mon Jul 21 15:28:25 2003 Return-Path: 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 2874637B401 for ; Mon, 21 Jul 2003 15:28:25 -0700 (PDT) Received: from ns.waishi.jp (ns.waishi.jp [61.199.233.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F0343FB1 for ; Mon, 21 Jul 2003 15:28:24 -0700 (PDT) (envelope-from yosimoto@waishi.jp) Received: from 192.168.0.2 (p5130-ipad23osakakita.osaka.ocn.ne.jp [61.199.100.130]) by ns.waishi.jp (Postfix) with ESMTP id 0C80D22E62 for ; Tue, 22 Jul 2003 07:28:22 +0900 (JST) Date: Tue, 22 Jul 2003 07:28:20 +0900 From: Shin-ichi Yoshimoto To: cvs-all@FreeBSD.org Message-ID: <20030722072820491733.GyazMail.yosimoto@waishi.jp> In-Reply-To: <200307211835.h6LIZpQu051797@repoman.freebsd.org> References: <200307211835.h6LIZpQu051797@repoman.freebsd.org> Mime-Version: 1.0 (GMessage framework 1.0.2) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Organization: WAISHI.JP X-Mailer: GyazMail version 1.0.2 Subject: Re: cvs commit: src/sys/sys cdefs.h systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 22:28:25 -0000 Subject: cvs commit: src/sys/sys cdefs.h systm.h, On Mon, 21 Jul 2003 11:35:51 -0700 (PDT), Poul-Henning Kamp wrote: > phk 2003/07/21 11:35:51 PDT > > FreeBSD src repository > > Modified files: > sys/sys cdefs.h systm.h Hi, please remove "," in line 168 :-) --- systm.h.orig Tue Jul 22 03:57:54 2003 +++ systm.h Tue Jul 22 07:18:09 2003 @@ -165,7 +165,7 @@ int sscanf(const char *, char const *, ...) __nonnull(1) __nonnull(2); int vsscanf(const char *, char const *, __va_list) __nonnull(1) __nonnull(2); long strtol(const char *, char **, int) __nonnull(1) __nonnull(2); -u_long strtoul(const char *, char **, int) __nonnull(1), __nonnull(2); +u_long strtoul(const char *, char **, int) __nonnull(1) __nonnull(2); quad_t strtoq(const char *, char **, int) __nonnull(1); u_quad_t strtouq(const char *, char **, int) __nonnull(1); void tprintf(struct proc *p, int pri, const char *, ...) __printflike(3, 4); -- Shin-ichi YOSHIMOTO http://diary.waishi.jp/~yosimoto/diary/