summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-02-04 10:27:51 +0000
committerhenning <henning@openbsd.org>2003-02-04 10:27:51 +0000
commit35e07252c895238288aa20f9de5249b77992b510 (patch)
treec88c0d6c30005be45141beaaf98baf77f54b8f17
parentskey/bsdauth: use 0 to indicate failure instead of -1, because (diff)
downloadwireguard-openbsd-35e07252c895238288aa20f9de5249b77992b510.tar.xz
wireguard-openbsd-35e07252c895238288aa20f9de5249b77992b510.zip
turns out that was theo quoting someone, so it has no place here... bummer.
-rw-r--r--usr.bin/mg/theo.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index a5a6b7f46be..9adc6610ac3 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.41 2003/02/04 09:18:04 henning Exp $ */
+/* $OpenBSD: theo.c,v 1.42 2003/02/04 10:27:51 henning Exp $ */
#include "def.h"
#include "kbd.h"
@@ -102,8 +102,7 @@ static const char *talk[] = {
"Search for fuck. Anytime you see that word, you have a paragraph to write.",
"what I'm doing [...] is hell. it's kind of fun.",
"Yes, but the ports people are into S&M.",
- "Buttons are for idiots.",
- "Good software does not happen by sitting in a circle holding hands and singing Kumbaya."
+ "Buttons are for idiots."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);