Deleted Added
full compact
strfile.c (81586) strfile.c (90868)
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Ken Arnold.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

40 The Regents of the University of California. All rights reserved.\n";
41#endif /* not lint */
42
43#ifndef lint
44#if 0
45static const char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93";
46#else
47static const char rcsid[] =
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Ken Arnold.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

40 The Regents of the University of California. All rights reserved.\n";
41#endif /* not lint */
42
43#ifndef lint
44#if 0
45static const char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93";
46#else
47static const char rcsid[] =
48 "$FreeBSD: head/games/fortune/strfile/strfile.c 81586 2001-08-13 14:06:34Z ru $";
48 "$FreeBSD: head/games/fortune/strfile/strfile.c 90868 2002-02-18 20:35:27Z mike $";
49#endif
50#endif /* not lint */
51
52# include <sys/param.h>
49#endif
50#endif /* not lint */
51
52# include <sys/param.h>
53# include <arpa/inet.h>
53# include <stdio.h>
54# include <stdlib.h>
55# include <ctype.h>
56# include <string.h>
57# include <time.h>
58# include <locale.h>
59# include <unistd.h>
60# include "strfile.h"

--- 408 unchanged lines hidden ---
54# include <stdio.h>
55# include <stdlib.h>
56# include <ctype.h>
57# include <string.h>
58# include <time.h>
59# include <locale.h>
60# include <unistd.h>
61# include "strfile.h"

--- 408 unchanged lines hidden ---