Deleted Added
full compact
private.h (42997) private.h (50479)
1#ifndef PRIVATE_H
2
3#define PRIVATE_H
4
5/*
6** This file is in the public domain, so clarified as of
7** 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
8*/
9
10/*
11 * FreeBSD modifications: separate libc's privates from zic's.
12 * This makes it easier when we need to update one but not the other.
13 * I have removed all of the ifdef spaghetti which is not relevant to
14 * zic from this file.
15 *
1#ifndef PRIVATE_H
2
3#define PRIVATE_H
4
5/*
6** This file is in the public domain, so clarified as of
7** 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
8*/
9
10/*
11 * FreeBSD modifications: separate libc's privates from zic's.
12 * This makes it easier when we need to update one but not the other.
13 * I have removed all of the ifdef spaghetti which is not relevant to
14 * zic from this file.
15 *
16 * $Id: private.h,v 1.2 1999/01/21 17:12:49 wollman Exp $
16 * $FreeBSD: head/usr.sbin/zic/private.h 50479 1999-08-28 01:35:59Z peter $
17 */
18
19/*
20** This header is for use ONLY with the time conversion code.
21** There is no guarantee that it will remain unchanged,
22** or that it will remain at all.
23** Do NOT copy it to any system include directory.
24** Thank you!

--- 157 unchanged lines hidden ---
17 */
18
19/*
20** This header is for use ONLY with the time conversion code.
21** There is no guarantee that it will remain unchanged,
22** or that it will remain at all.
23** Do NOT copy it to any system include directory.
24** Thank you!

--- 157 unchanged lines hidden ---