summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco <marco@openbsd.org>2004-07-30 01:50:56 +0000
committermarco <marco@openbsd.org>2004-07-30 01:50:56 +0000
commitd93be4fdb230b76247f1bbde6f5e0131c0540b68 (patch)
tree92dcfd141787ad8c2017dd5af3f283133bee2afe
parentMove to the new API for the client-server protocol. All functions now (diff)
downloadwireguard-openbsd-d93be4fdb230b76247f1bbde6f5e0131c0540b68.tar.xz
wireguard-openbsd-d93be4fdb230b76247f1bbde6f5e0131c0540b68.zip
A true gem.
-rw-r--r--usr.bin/mg/theo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index 7554eee56cf..0ebb6061e7b 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.65 2004/06/28 02:35:52 mcbride Exp $ */
+/* $OpenBSD: theo.c,v 1.66 2004/07/30 01:50:56 marco Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -148,7 +148,8 @@ static const char *talk[] = {
"#ifdef is for emacs developers.",
"Many well known people become net-kooks in their later life, because they lose touch with reality.",
"You're not allowed to have an opinion.",
- "tweep tweep tweep"
+ "tweep tweep tweep",
+ "Quite frankly, SSE's alignment requirement is the most utterly retarded idea since eating your own shit."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);