diff options
author | 2014-01-21 22:25:56 +0000 | |
---|---|---|
committer | 2014-01-21 22:25:56 +0000 | |
commit | b7234e77b8dda5d6859cea1f6ecb1df8db986ff5 (patch) | |
tree | 91bfe18ed95bf8007c6dbab3326158eaa00e369d | |
parent | include unistd.h for getopt() (diff) | |
download | wireguard-openbsd-b7234e77b8dda5d6859cea1f6ecb1df8db986ff5.tar.xz wireguard-openbsd-b7234e77b8dda5d6859cea1f6ecb1df8db986ff5.zip |
fulfilling theo's wishes
-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 c56aeb61169..b5d6e4a13af 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.129 2013/12/20 20:23:49 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.130 2014/01/21 22:25:56 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -171,7 +171,8 @@ static const char *talk[] = { "this change comes down to: This year, next year, 5 years from now, 10 years from now, or Oh fuck.", "backwards compatibility is king, and will remain king, until 2038.", "I don't know if the Internet's safe yet.", - "Those who don't understand Unix are condemned to reinvent Multics in a browser" + "Those who don't understand Unix are condemned to reinvent Multics in a browser", + "Don't tell anybody I said that." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |