cvs commit: src/sys/sys cdefs.h systm.h

Shin-ichi Yoshimoto yosimoto at waishi.jp
Mon Jul 21 15:28:25 PDT 2003


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 at waishi.jp>
http://diary.waishi.jp/~yosimoto/diary/


More information about the cvs-all mailing list