summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2009-04-26 10:25:12 +0000
committerdjm <djm@openbsd.org>2009-04-26 10:25:12 +0000
commit6ca8976716f5992ec86277a91a6bbfe86305981f (patch)
treeebbfb4b5f8a3c4c75edeb075117a21ebebd0de26
parentmove code around a bit, extract code from run_prepared_gnode (diff)
downloadwireguard-openbsd-6ca8976716f5992ec86277a91a6bbfe86305981f.tar.xz
wireguard-openbsd-6ca8976716f5992ec86277a91a6bbfe86305981f.zip
I am disappointed that the commit rate to this file is has slowed.
-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 7235da11514..8245d435c86 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.106 2008/12/23 07:46:04 claudio Exp $ */
+/* $OpenBSD: theo.c,v 1.107 2009/04/26 10:25:12 djm Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -150,7 +150,8 @@ static const char *talk[] = {
"kettenis supported a new machine in my basement and all I got to do was fix a 1 character typo in his html page commit.",
"industry told us a lesson: when you're an asshole, they mail you hardware",
"I was joking, really. I think I am funny :-)",
- "the kernel is a harsh mistress"
+ "the kernel is a harsh mistress",
+ "Have I ever been subtle? If my approach ever becomes subtle, shoot me."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);