summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroga <oga@openbsd.org>2009-11-24 14:19:33 +0000
committeroga <oga@openbsd.org>2009-11-24 14:19:33 +0000
commita84a143db6af5eeb8ec407e608ee0876ff772f94 (patch)
treebdd6b2fef7a834647d20b08f64d8cc04e5f57b52
parentmsk_newbuf() had an off by one when putting the packet onto the cluster (diff)
downloadwireguard-openbsd-a84a143db6af5eeb8ec407e608ee0876ff772f94.tar.xz
wireguard-openbsd-a84a143db6af5eeb8ec407e608ee0876ff772f94.zip
More words of wisdom.
ok henning@ dms@
-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 dc9e0b2ea0c..c0556643810 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.112 2009/10/28 08:37:19 claudio Exp $ */
+/* $OpenBSD: theo.c,v 1.113 2009/11/24 14:19:33 oga Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -155,7 +155,8 @@ static const char *talk[] = {
"the acpi stabs you in the back. the acpi stabs you in the back. you die ...",
"My cats are more observant than you.",
"our kernels have no bugs",
- "style(9) has all these fascist rules, and i have a problem with some of them because i didn't come up with them"
+ "style(9) has all these fascist rules, and i have a problem with some of them because i didn't come up with them",
+ "I'm not very reliable"
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);