From 407014d5fd82ef2e2e4776cd5f7f00e27ad55c2c Mon Sep 17 00:00:00 2001 From: Kenneth J Davis Date: Sat, 26 Nov 2005 19:55:50 +0000 Subject: [PATCH] fix prototype, add FAR git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1159 6ac86273-5f31-0410-b378-82cca8765d1b --- kernel/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/proto.h b/kernel/proto.h index 41f570b..c66567a 100644 --- a/kernel/proto.h +++ b/kernel/proto.h @@ -301,7 +301,7 @@ VOID VA_CDECL sprintf(char FAR * buff, const char FAR* fmt, ...); #endif VOID hexd(char *title, VOID FAR * p, COUNT numBytes); void put_unsigned(unsigned n, int base, int width); -void put_string(const char *s); +void put_string(const char FAR *s); void put_console(int); /* strings.c */