Deleted Added
full compact
pch.h (246074) pch.h (246091)
1/* $FreeBSD: head/usr.bin/patch/pch.h 246074 2013-01-29 17:03:18Z gabor $ */
2/*-
1/*-
3 *
4 * Copyright 1986, Larry Wall
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following condition is met:
8 * 1. Redistributions of source code must retain the above copyright notice,
9 * this condition and the following disclaimer.
10 *
11 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY

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

21 * SUCH DAMAGE.
22 *
23 * patch - a program to apply diffs to original files
24 *
25 * -C option added in 1998, original code by Marc Espie, based on FreeBSD
26 * behaviour
27 *
28 * $OpenBSD: pch.h,v 1.9 2003/10/31 20:20:45 millert Exp $
2 * Copyright 1986, Larry Wall
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following condition is met:
6 * 1. Redistributions of source code must retain the above copyright notice,
7 * this condition and the following disclaimer.
8 *
9 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY

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

19 * SUCH DAMAGE.
20 *
21 * patch - a program to apply diffs to original files
22 *
23 * -C option added in 1998, original code by Marc Espie, based on FreeBSD
24 * behaviour
25 *
26 * $OpenBSD: pch.h,v 1.9 2003/10/31 20:20:45 millert Exp $
29 * $DragonFly: src/usr.bin/patch/pch.h,v 1.1 2004/09/24 18:44:28 joerg Exp $
27 * $FreeBSD: head/usr.bin/patch/pch.h 246091 2013-01-29 20:05:16Z delphij $
30 */
31
32#define OLD_FILE 0
33#define NEW_FILE 1
34#define INDEX_FILE 2
35#define MAX_FILE 3
36
37struct file_name {

--- 21 unchanged lines hidden ---
28 */
29
30#define OLD_FILE 0
31#define NEW_FILE 1
32#define INDEX_FILE 2
33#define MAX_FILE 3
34
35struct file_name {

--- 21 unchanged lines hidden ---