summaryrefslogtreecommitdiffstats
path: root/src/windows/cns
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/cns')
-rw-r--r--src/windows/cns/ChangeLog4
-rw-r--r--src/windows/cns/cns.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/windows/cns/ChangeLog b/src/windows/cns/ChangeLog
index b420e42d56..626e52a2ac 100644
--- a/src/windows/cns/ChangeLog
+++ b/src/windows/cns/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-03 Ken Raeburn <raeburn@mit.edu>
+
+ * cns.c: Don't declare pointers or functions FAR any more.
+
2000-05-08 Ken Raeburn <raeburn@mit.edu>
Nalin Dahyabhai <nalin@redhat.com>
diff --git a/src/windows/cns/cns.c b/src/windows/cns/cns.c
index 512f2f5c36..49aaa23016 100644
--- a/src/windows/cns/cns.c
+++ b/src/windows/cns/cns.c
@@ -1916,9 +1916,9 @@ krb_gethostbyname_wnd_proc(HWND hwnd, UINT message,
* the async routines to emulate the functionality of the synchronous
* routines
*/
-struct hostent FAR *PASCAL FAR
+struct hostent *PASCAL
krb_gethostbyname(
- const char FAR *name)
+ const char *name)
{
HWND hwnd;
char buf[MAXGETHOSTSTRUCT];