diff options
author | 2009-04-26 10:25:12 +0000 | |
---|---|---|
committer | 2009-04-26 10:25:12 +0000 | |
commit | 6ca8976716f5992ec86277a91a6bbfe86305981f (patch) | |
tree | ebbfb4b5f8a3c4c75edeb075117a21ebebd0de26 | |
parent | move code around a bit, extract code from run_prepared_gnode (diff) | |
download | wireguard-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.c | 5 |
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]); |