diff options
author | 2013-08-13 09:36:22 +0000 | |
---|---|---|
committer | 2013-08-13 09:36:22 +0000 | |
commit | c9f4afa883c7d34e9b9ee410a33b1fceb0014f10 (patch) | |
tree | d10034b0e4fad59ef905ff69e4726efb7ab1e261 | |
parent | Remove bogus and useless refcounting of usbd pipes that could lead to (diff) | |
download | wireguard-openbsd-c9f4afa883c7d34e9b9ee410a33b1fceb0014f10.tar.xz wireguard-openbsd-c9f4afa883c7d34e9b9ee410a33b1fceb0014f10.zip |
addition for 64bit time_t
-rw-r--r-- | usr.bin/mg/theo.c | 5 |
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]); |