Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0422e7f

Browse files
committed
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.
1 parent 484d735 commit 0422e7f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Modules/Setup.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ select selectmodule.c # select(2); not on ancient System V
154154
_socket socketmodule.c # socket(2)
155155

156156
# Memory-mapped files (also works on Win32).
157-
# Some platforms require -lucb.
158-
mmap mmapmodule.c # -lucb
157+
mmap mmapmodule.c
159158

160159
# Socket module compiled with SSL support; you must edit the SSL variable:
161160
#SSL=/usr/local/ssl
@@ -182,7 +181,7 @@ mmap mmapmodule.c # -lucb
182181

183182
#audioop audioop.c # Operations on audio samples
184183
#imageop imageop.c # Operations on images
185-
#rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably)
184+
#rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably)
186185

187186

188187
# The md5 module implements the RSA Data Security, Inc. MD5

0 commit comments

Comments
 (0)