diff options
author | 2014-10-15 18:20:06 +0000 | |
---|---|---|
committer | 2014-10-15 18:20:06 +0000 | |
commit | c99983bf6d9804911269e921ffdc6f5fda563ead (patch) | |
tree | 8a57015437e7e90bb83037a1927ecab113378c78 | |
parent | Disable SSLv3 by default. (diff) | |
download | wireguard-openbsd-c99983bf6d9804911269e921ffdc6f5fda563ead.tar.xz wireguard-openbsd-c99983bf6d9804911269e921ffdc6f5fda563ead.zip |
some choice thoughts on back compat
-rw-r--r-- | usr.bin/mg/theo.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 7c51045d45d..4db7c292b79 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.141 2014/09/27 08:01:26 benno Exp $ */ +/* $OpenBSD: theo.c,v 1.142 2014/10/15 18:20:06 tedu Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -184,6 +184,8 @@ static const char *talk[] = { "It's largely bad style to do (int)sizeof", "When I see Makefile.in, I know that \"in\" is short for \"insane\".", "This is the beer. And that's why we need a hackathon.", + "Kill the past with fire, and declare Duran Duran is less cool today. Await remixes of the same thing performed by new talent.", + "Where did my \"fuck backwards compat\" compatriots go?", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |