diff options
author | 2014-11-19 21:22:47 +0000 | |
---|---|---|
committer | 2014-11-19 21:22:47 +0000 | |
commit | d9b498249e80878b53497226bed57454f96e14ab (patch) | |
tree | 3a08e9858ec4e0753f26e7aedb6ee21e8b17a0f6 | |
parent | panic should be reserved for unrecoverable errors, not things we merely (diff) | |
download | wireguard-openbsd-d9b498249e80878b53497226bed57454f96e14ab.tar.xz wireguard-openbsd-d9b498249e80878b53497226bed57454f96e14ab.zip |
Fire up your IC fabs!
-rw-r--r-- | usr.bin/mg/theo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 4db7c292b79..2f30d3295c3 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.142 2014/10/15 18:20:06 tedu Exp $ */ +/* $OpenBSD: theo.c,v 1.143 2014/11/19 21:22:47 schwarze Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -186,6 +186,7 @@ static const char *talk[] = { "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?", + "I want a new vax, one that's not so slow.", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |