summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2016-08-16 15:24:01 +0000
committertedu <tedu@openbsd.org>2016-08-16 15:24:01 +0000
commite5dc97b9af0413b22ed0f880b4134bfa5d50c101 (patch)
tree79a9e910857deb6a482854d696ce4efd33cabecf
parentUpdate Hyper-V structure definitions to the 2016 version (diff)
downloadwireguard-openbsd-e5dc97b9af0413b22ed0f880b4134bfa5d50c101.tar.xz
wireguard-openbsd-e5dc97b9af0413b22ed0f880b4134bfa5d50c101.zip
All that complexity stopped us from getting flying cars by today.
-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 cf841340dc6..00bb2366d03 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.151 2016/06/07 02:23:42 tedu Exp $ */
+/* $OpenBSD: theo.c,v 1.152 2016/08/16 15:24:01 tedu Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -196,6 +196,7 @@ static const char *talk[] = {
"This sausage is made from unsound meat.",
"The people who wrote this code are not on your side.",
"Well finally everyone can see that the shit is really shitty.",
+ "All that complexity stopped us from getting flying cars by today.",
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);