Deleted Added
full compact
strfmon.c (83559) strfmon.c (87659)
1/*-
1/*-
2 * Copyright (c) 2001 Alexey Zelkin
2 * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright

--- 10 unchanged lines hidden (view full) ---

21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 */
27
28#if defined(LIBC_RCS) && !defined(lint)
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright

--- 10 unchanged lines hidden (view full) ---

21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 */
27
28#if defined(LIBC_RCS) && !defined(lint)
29static char rcsid[] = "$FreeBSD: head/lib/libc/stdlib/strfmon.c 83559 2001-09-17 00:23:19Z mike $";
29static char rcsid[] = "$FreeBSD: head/lib/libc/stdlib/strfmon.c 87659 2001-12-11 16:00:47Z phantom $";
30#endif
31
32#include <sys/types.h>
33#include <ctype.h>
34#include <errno.h>
35#include <limits.h>
36#include <locale.h>
37#if __STDC__

--- 573 unchanged lines hidden ---
30#endif
31
32#include <sys/types.h>
33#include <ctype.h>
34#include <errno.h>
35#include <limits.h>
36#include <locale.h>
37#if __STDC__

--- 573 unchanged lines hidden ---