=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Attic/theo.c,v retrieving revision 1.140 retrieving revision 1.141 diff -u -r1.140 -r1.141 --- src/usr.bin/mg/Attic/theo.c 2014/08/19 23:35:28 1.140 +++ src/usr.bin/mg/Attic/theo.c 2014/09/27 08:01:26 1.141 @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.140 2014/08/19 23:35:28 schwarze Exp $ */ +/* $OpenBSD: theo.c,v 1.141 2014/09/27 08:01:26 benno Exp $ */ /* * Copyright (c) 2002 Artur Grabowski * All rights reserved. @@ -183,6 +183,7 @@ "It's a pleasure to work on code you can't make worse.", "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.", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]);