mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
312 B
Text
6 lines
312 B
Text
This module provides one function, equals (not exported by default).
|
|
|
|
You should pass this function two strings of the same length. It will
|
|
return true if they are string-wise identical and false otherwise,
|
|
just like eq. However, comparing any two differing strings will take
|
|
a fixed amount of time, unlike eq.
|