summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2015-11-14 21:24:11 +0000
committersthen <sthen@openbsd.org>2015-11-14 21:24:11 +0000
commitef71cfa64d2de8ca7eb6579f0cf9ca900645da86 (patch)
tree445af5c292ea4aee8296a1b12f58087a28594ccd
parentSince -l is ignored if -c/-h/-s are specified, make that combination (diff)
downloadwireguard-openbsd-ef71cfa64d2de8ca7eb6579f0cf9ca900645da86.tar.xz
wireguard-openbsd-ef71cfa64d2de8ca7eb6579f0cf9ca900645da86.zip
The people who wrote this code are not on your side
-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 702d99d8380..c0ab94172f1 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.148 2015/10/29 15:42:01 tedu Exp $ */
+/* $OpenBSD: theo.c,v 1.149 2015/11/14 21:24:11 sthen Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -194,6 +194,7 @@ static const char *talk[] = {
"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.",
+ "The people who wrote this code are not on your side.",
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);