summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/sys/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/sys/socket.h')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/sys/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/sys/socket.h b/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/sys/socket.h
index 8f93fa0429..185e7ddab2 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/sys/socket.h
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/sys/socket.h
@@ -35,7 +35,7 @@ extern "C" {
#endif
#define PERL_BITS_PER_BYTE 8
-#define PERL_NFDBITS (sizeof(Perl_fd_mask)*PERL_BITS_PER_BYTE)
+#define PERL_NFDBITS (sizeof(Perl_fd_mask)*PERL_BITS_PER_BYTE)
typedef int Perl_fd_mask;