Deleted Added
full compact
common.h (246074) common.h (246091)
1/* $FreeBSD: head/usr.bin/patch/common.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: common.h,v 1.26 2006/03/11 19:41:30 otto 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: common.h,v 1.26 2006/03/11 19:41:30 otto Exp $
29 * $DragonFly: src/usr.bin/patch/common.h,v 1.5 2008/08/10 23:50:12 joerg Exp $
27 * $FreeBSD: head/usr.bin/patch/common.h 246091 2013-01-29 20:05:16Z delphij $
30 */
31
32#include <sys/types.h>
33
34#include <stdbool.h>
35#include <stdint.h>
36
37#define DEBUGGING

--- 84 unchanged lines hidden ---
28 */
29
30#include <sys/types.h>
31
32#include <stdbool.h>
33#include <stdint.h>
34
35#define DEBUGGING

--- 84 unchanged lines hidden ---