bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Remove MAXHOSTNAMELEN from sunprc/rpc/types.h


From: James A Morrison
Subject: Remove MAXHOSTNAMELEN from sunprc/rpc/types.h
Date: Wed, 10 Apr 2002 23:43:43 -0400 (EDT)

 I found that sunrpc/rpc/types.h defines MAXHOSTNAMELEN for no good reason.

2002-04-11  James A. Morrison  <address@hidden>

            * types.h: Remove definition of MAXHOSTNAMELEN.

Index: types.h
===================================================================
RCS file: /cvs/glibc/libc/sunrpc/rpc/types.h,v
retrieving revision 1.8
diff -u -r1.8 types.h
--- types.h     30 May 2001 09:45:17 -0000      1.8
+++ types.h     11 Apr 2002 03:39:51 -0000
@@ -88,8 +88,5 @@
 #ifndef INADDR_LOOPBACK
 #define       INADDR_LOOPBACK         (u_long)0x7F000001
 #endif
-#ifndef MAXHOSTNAMELEN
-#define        MAXHOSTNAMELEN  64
-#endif
 #endif /* rpc/types.h */ 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]