Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2003 07:28:20 +0900
From:      Shin-ichi Yoshimoto <yosimoto@waishi.jp>
To:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/sys cdefs.h systm.h
Message-ID:  <20030722072820491733.GyazMail.yosimoto@waishi.jp>
In-Reply-To: <200307211835.h6LIZpQu051797@repoman.freebsd.org>
References:  <200307211835.h6LIZpQu051797@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <yosimoto@waishi.jp>
http://diary.waishi.jp/~yosimoto/diary/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030722072820491733.GyazMail.yosimoto>