diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/param.h | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2000-12-05 Andreas Jaeger <aj@suse.de> + + * sysdeps/unix/sysv/linux/sys/param.h: Revert last patch. + 2000-12-05 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/mmap64.S: Use mmap if mmap2 isn't diff --git a/sysdeps/unix/sysv/linux/sys/param.h b/sysdeps/unix/sysv/linux/sys/param.h index 83e581a77d..759933f04c 100644 --- a/sysdeps/unix/sysv/linux/sys/param.h +++ b/sysdeps/unix/sysv/linux/sys/param.h @@ -63,7 +63,4 @@ #define DEV_BSIZE 512 -/* Maximum length of hostname. */ -#define MAXHOSTNAMELEN 256 - #endif /* sys/param.h */ |