diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-22 22:03:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-22 22:03:26 +0000 |
commit | 13b3f78704810709000ac835e0f07862c2b103e2 (patch) | |
tree | 32168589f82933eb5543e958c13caecab387a8c6 /ext | |
parent | 44d27a6e4dd2f43427369f61e83839b838b643ae (diff) | |
download | perl-13b3f78704810709000ac835e0f07862c2b103e2.tar.gz |
Add socklen_t probe; Configure maintenance.
p4raw-id: //depot/cfgperl@5213
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Sys/Hostname/Hostname.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Sys/Hostname/Hostname.xs b/ext/Sys/Hostname/Hostname.xs index c2ab9bdd14..f1043837e9 100644 --- a/ext/Sys/Hostname/Hostname.xs +++ b/ext/Sys/Hostname/Hostname.xs @@ -18,7 +18,7 @@ # endif #endif -#ifdef I_SYS_UTSNAME +#ifdef I_SYSUTSNAME # include <sys/utsname.h> #endif |