Deleted Added
full compact
classify.c (179619) classify.c (179826)
1/*
2 * Copyright (C) 1986-2005 The Free Software Foundation, Inc.
3 *
4 * Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>,
5 * and others.
6 *
7 * Portions Copyright (C) 1992, Brian Berliner and Jeff Polk
8 * Portions Copyright (C) 1989-1992, Brian Berliner
9 *
10 * You may distribute under the terms of the GNU General Public License as
11 * specified in the README file that comes with the CVS source distribution.
12 *
13 */
14
1/*
2 * Copyright (C) 1986-2005 The Free Software Foundation, Inc.
3 *
4 * Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>,
5 * and others.
6 *
7 * Portions Copyright (C) 1992, Brian Berliner and Jeff Polk
8 * Portions Copyright (C) 1989-1992, Brian Berliner
9 *
10 * You may distribute under the terms of the GNU General Public License as
11 * specified in the README file that comes with the CVS source distribution.
12 *
13 */
14
15#include <sys/cdefs.h>
16__FBSDID("$FreeBSD: head/contrib/cvs/src/classify.c 179826 2008-06-16 17:06:17Z obrien $");
17
15#include "cvs.h"
16
17static void sticky_ck PROTO ((struct file_info *finfo, int aflag,
18 Vers_TS * vers));
19
20
21
22static inline int keywords_may_change PROTO ((int aflag, Vers_TS * vers));

--- 449 unchanged lines hidden ---
18#include "cvs.h"
19
20static void sticky_ck PROTO ((struct file_info *finfo, int aflag,
21 Vers_TS * vers));
22
23
24
25static inline int keywords_may_change PROTO ((int aflag, Vers_TS * vers));

--- 449 unchanged lines hidden ---