summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/cns.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-10-06 03:14:42 +0000
committerKen Raeburn <raeburn@mit.edu>2001-10-06 03:14:42 +0000
commitc1d2e4e4deaa5d5df19171539a30c13fc43b7a6f (patch)
treeb6b4e2f17a5ab2b237a27c2f6c80f659615285bd /src/windows/cns/cns.c
parent2e0ebe3766332b985c79b7ff92476c61fa16326b (diff)
downloadkrb5-c1d2e4e4deaa5d5df19171539a30c13fc43b7a6f.tar.gz
krb5-c1d2e4e4deaa5d5df19171539a30c13fc43b7a6f.tar.xz
krb5-c1d2e4e4deaa5d5df19171539a30c13fc43b7a6f.zip
Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEAR specs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13786 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/cns/cns.c')
-rw-r--r--src/windows/cns/cns.c4
1 files changed, 2 insertions, 2 deletions
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];