From 808aa5f3183a0ebb20e61c80260fa111b337bec9 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 5 Aug 2003 09:27:21 +0000 Subject: * lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir): simple typo. * string.c (str_new4): ptr may refer null_str. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'missing.h') diff --git a/missing.h b/missing.h index 0603db1a40..133f1fc687 100644 --- a/missing.h +++ b/missing.h @@ -128,8 +128,8 @@ extern unsigned long strtoul _((char *, char **, int)); # else # include # endif -extern snprintf __((char *, size_t n, char const *, ...)); -extern vsnprintf _((char *, size_t n, char const *, va_list)); +extern int snprintf __((char *, size_t n, char const *, ...)); +extern int vsnprintf _((char *, size_t n, char const *, va_list)); #endif #endif /* MISSING_H */ -- cgit v1.2.3