Deleted Added
full compact
misc.c (28066) misc.c (50477)
1/*-
2 * Copyright (c) 1992 Diomidis Spinellis.
3 * Copyright (c) 1992, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Diomidis Spinellis of Imperial College, University of London.
8 *

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

35 * SUCH DAMAGE.
36 */
37
38#ifndef lint
39#if 0
40static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93";
41#endif
42static const char rcsid[] =
1/*-
2 * Copyright (c) 1992 Diomidis Spinellis.
3 * Copyright (c) 1992, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Diomidis Spinellis of Imperial College, University of London.
8 *

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

35 * SUCH DAMAGE.
36 */
37
38#ifndef lint
39#if 0
40static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93";
41#endif
42static const char rcsid[] =
43 "$Id$";
43 "$FreeBSD: head/usr.bin/sed/misc.c 50477 1999-08-28 01:08:13Z peter $";
44#endif /* not lint */
45
46#include <sys/types.h>
47
48#include <err.h>
49#include <regex.h>
50#include <stdio.h>
51#include <stdlib.h>

--- 55 unchanged lines hidden ---
44#endif /* not lint */
45
46#include <sys/types.h>
47
48#include <err.h>
49#include <regex.h>
50#include <stdio.h>
51#include <stdlib.h>

--- 55 unchanged lines hidden ---