diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-24 08:47:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-24 08:47:42 +0000 |
| commit | 5864b79cd2852339f3025ee81769233071d60934 (patch) | |
| tree | b468e5ee2b4272d5130141a79d342729b5f7e14e /lib/libc/string/wcsncmp.c | |
| parent | ac8f990bdebc788c11f8449ca0fd90b65c3b9048 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/wcsncmp.c')
| -rw-r--r-- | lib/libc/string/wcsncmp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/string/wcsncmp.c b/lib/libc/string/wcsncmp.c index 0b406afd2300..bc1abe7ecbbf 100644 --- a/lib/libc/string/wcsncmp.c +++ b/lib/libc/string/wcsncmp.c @@ -1,5 +1,3 @@ -/* $NetBSD$ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -31,8 +29,6 @@ * 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$ */ #include <sys/cdefs.h> @@ -43,6 +39,10 @@ static char sccsid[] = "@(#)strncmp.c 8.1 (Berkeley) 6/4/93"; __RCSID("$NetBSD$"); #endif #endif /* LIBC_SCCS and not lint */ +#ifndef lint +static const char rcsid[] = + "$FreeBSD$"; +#endif #include <assert.h> #include <wchar.h> |
