aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strcoll.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-24 08:47:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-24 08:47:42 +0000
commit5864b79cd2852339f3025ee81769233071d60934 (patch)
treeb468e5ee2b4272d5130141a79d342729b5f7e14e /lib/libc/string/strcoll.c
parentac8f990bdebc788c11f8449ca0fd90b65c3b9048 (diff)
Notes
Diffstat (limited to 'lib/libc/string/strcoll.c')
-rw-r--r--lib/libc/string/strcoll.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c
index 5213cf84d978..5f9cd694284b 100644
--- a/lib/libc/string/strcoll.c
+++ b/lib/libc/string/strcoll.c
@@ -23,10 +23,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif
+
#include <stdlib.h>
#include <string.h>
#include "collate.h"