diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-15 18:20:07 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-15 18:20:07 +0000 |
commit | 0ae4b15939745b80ec2e87c89c0bc020e290c074 (patch) | |
tree | fb8a4c3c3c592b966f8332386e0ea365fbfcbb69 /usr.bin/mg | |
parent | a99bb57b30617d9470fb7eb57d94361711e144ba (diff) |
some choice thoughts on back compat
Diffstat (limited to 'usr.bin/mg')
-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]); |