summaryrefslogtreecommitdiff
path: root/usr.bin/calendar/calendar.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-09-27 18:19:21 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-09-27 18:19:21 +0000
commit716bf09b2a5be6f063a72b1233131b4aefdb1359 (patch)
treef9dcc20b91d5af0cd7d07713bb1206163b5a0e14 /usr.bin/calendar/calendar.h
parent92900900fdc0e9acbb5a7bcc5c706154526cbcc9 (diff)
some fixes and cleanups some from dfa@solo.ee, some pointed
out by pjanzen@ .
Diffstat (limited to 'usr.bin/calendar/calendar.h')
-rw-r--r--usr.bin/calendar/calendar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/calendar/calendar.h b/usr.bin/calendar/calendar.h
index 0b5f5a83990..71d8fd0a075 100644
--- a/usr.bin/calendar/calendar.h
+++ b/usr.bin/calendar/calendar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: calendar.h,v 1.6 2001/09/26 20:38:55 mickey Exp $ */
+/* $OpenBSD: calendar.h,v 1.7 2001/09/27 18:19:20 mickey Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -60,7 +60,7 @@ struct event {
struct match {
time_t when;
char print_date[30];
- char prefix[30];
+ int bodun;
int var;
struct match *next;
};