Commit 0422e7f8 authored by Fred Drake's avatar Fred Drake

Remove comment about -lucb for the mmap module -- the module has been

changed so that this is no longer needed on the only platform this is
known to have been needed on.

Fixed on indentation-related consistency nit.
parent 484d735f
......@@ -154,8 +154,7 @@ select selectmodule.c # select(2); not on ancient System V
_socket socketmodule.c # socket(2)
# Memory-mapped files (also works on Win32).
# Some platforms require -lucb.
mmap mmapmodule.c # -lucb
mmap mmapmodule.c
# Socket module compiled with SSL support; you must edit the SSL variable:
#SSL=/usr/local/ssl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment