summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2015-10-29 15:42:01 +0000
committertedu <tedu@openbsd.org>2015-10-29 15:42:01 +0000
commit0b93ea18b2aafc7ee908d14e3fd0a55a41c688be (patch)
treee50eeb8065f3473f3e1e188d3fb1abb2e33f774c
parentAdd some setsockopt hacks for libisc, aka John Frum (diff)
downloadwireguard-openbsd-0b93ea18b2aafc7ee908d14e3fd0a55a41c688be.tar.xz
wireguard-openbsd-0b93ea18b2aafc7ee908d14e3fd0a55a41c688be.zip
This sausage is made from unsound meat.
-rw-r--r--usr.bin/mg/theo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index bd4d4dc81c6..702d99d8380 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.147 2015/10/10 08:35:26 lum Exp $ */
+/* $OpenBSD: theo.c,v 1.148 2015/10/29 15:42:01 tedu Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -193,6 +193,7 @@ static const char *talk[] = {
"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.",
+ "This sausage is made from unsound meat.",
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);