summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2013-08-13 09:36:23 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2013-08-13 09:36:23 +0000
commitd05fc702c277cc4b4646d19d628003b3aef81643 (patch)
tree64b90298baa570a2420f4974508c3ff23e222ad5
parent9b7a0253db3a9a9a71bbc1df9e964078b5a11f3c (diff)
addition for 64bit time_t
-rw-r--r--usr.bin/mg/theo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index b5185eafef0..69c96a10cb6 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.125 2013/05/30 20:15:40 florian Exp $ */
+/* $OpenBSD: theo.c,v 1.126 2013/08/13 09:36:22 sthen Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -167,7 +167,8 @@ static const char *talk[] = {
"if you assign that responsibility to non-hikers I will walk over and cripple you now.",
"i ojbect two yoru splelng of achlhlocis.",
"We have two kinds of developers - those that deal with their own shit and those that deal with other people's shit.",
- "If people keep adding such huge stuff, soon mg will be bigger than emacs."
+ "If people keep adding such huge stuff, soon mg will be bigger than emacs.",
+ "this change comes down to: This year, next year, 5 years from now, 10 years from now, or Oh fuck."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);