svn commit: r194801 - head/include

Xin LI delphij at FreeBSD.org
Tue Jun 23 23:53:36 UTC 2009


Author: delphij
Date: Tue Jun 23 23:53:35 2009
New Revision: 194801
URL: http://svn.freebsd.org/changeset/base/194801

Log:
  Merge fmtcheck() prototype change.
  
  Obtained from:	NetBSD

Modified:
  head/include/stdio.h

Modified: head/include/stdio.h
==============================================================================
--- head/include/stdio.h	Tue Jun 23 23:52:12 2009	(r194800)
+++ head/include/stdio.h	Tue Jun 23 23:53:35 2009	(r194801)
@@ -394,7 +394,7 @@ int	 asprintf(char **, const char *, ...
 char	*ctermid_r(char *);
 void	 fcloseall(void);
 char	*fgetln(FILE *, size_t *);
-__const char *fmtcheck(const char *, const char *) __format_arg(2);
+const char *fmtcheck(const char *, const char *) __format_arg(2);
 int	 fpurge(FILE *);
 void	 setbuffer(FILE *, char *, int);
 int	 setlinebuf(FILE *);


More information about the svn-src-all mailing list