summaryrefslogtreecommitdiffstats
path: root/contrib/gnu-sort/lib/memcoll.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-08-12 05:37:46 +0000
committertjr <tjr@FreeBSD.org>2004-08-12 05:37:46 +0000
commita20bc469ca40f5ef5bfdb2a722a731356c0b3c88 (patch)
tree620b3c07b0df596abf6d4b574472fb8ac785ecfa /contrib/gnu-sort/lib/memcoll.c
parentc024cb1aa77683262f434d4fe6c2fea366a53162 (diff)
downloadFreeBSD-src-a20bc469ca40f5ef5bfdb2a722a731356c0b3c88.zip
FreeBSD-src-a20bc469ca40f5ef5bfdb2a722a731356c0b3c88.tar.gz
Import of GNU sort from coreutils CVS (trimmed)
Diffstat (limited to 'contrib/gnu-sort/lib/memcoll.c')
-rw-r--r--contrib/gnu-sort/lib/memcoll.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/gnu-sort/lib/memcoll.c b/contrib/gnu-sort/lib/memcoll.c
index 34ae767..e777e6a 100644
--- a/contrib/gnu-sort/lib/memcoll.c
+++ b/contrib/gnu-sort/lib/memcoll.c
@@ -1,5 +1,5 @@
/* Locale-specific memory comparison.
- Copyright (C) 1999, 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2002, 2003, 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -24,10 +24,6 @@
#include "memcoll.h"
#include <errno.h>
-#ifndef errno
-extern int errno;
-#endif
-
#include <string.h>
/* Compare S1 (with length S1LEN) and S2 (with length S2LEN) according
OpenPOWER on IntegriCloud