diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-12-05 06:05:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-12-05 06:05:02 +0000 |
commit | ab14faef155f7dddf0b1d13ece77e15dd09a230d (patch) | |
tree | f603d35e446a05573f80059ca9563b33bb76809e /usr.bin/calendar/calendars/calendar.computer | |
parent | 695bc36262cf9dab8191e45391079a6913144257 (diff) |
FreeBSD calendar(1) + OpenBSD changes.
Diffstat (limited to 'usr.bin/calendar/calendars/calendar.computer')
-rw-r--r-- | usr.bin/calendar/calendars/calendar.computer | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/calendar/calendars/calendar.computer b/usr.bin/calendar/calendars/calendar.computer index cd0d85da2a7..924d5b5c6e9 100644 --- a/usr.bin/calendar/calendars/calendar.computer +++ b/usr.bin/calendar/calendars/calendar.computer @@ -1,3 +1,12 @@ +/* + * Computer + * + * $OpenBSD: calendar.computer,v 1.2 1996/12/05 06:04:45 millert Exp $ + */ + +#ifndef _calendar_computer_ +#define _calendar_computer_ + 01/01 AT&T officially divests its local Bell companies, 1984 01/01 The Epoch (Time 0 for UNIX systems, Midnight GMT, 1970) 01/03 Apple Computer founded, 1977 @@ -60,3 +69,5 @@ 10/25 DEC announces VAX-11/780 11/04 UNIVAC I program predicts Eisenhower victory based on 7% of votes, 1952 12/08 First Ph.D. awarded by Computer Science Dept, Univ. of Penna, 1965 + +#endif /* !_calendar_computer_ */ |