summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2014-01-21 22:25:56 +0000
committerhenning <henning@openbsd.org>2014-01-21 22:25:56 +0000
commitb7234e77b8dda5d6859cea1f6ecb1df8db986ff5 (patch)
tree91bfe18ed95bf8007c6dbab3326158eaa00e369d
parentinclude unistd.h for getopt() (diff)
downloadwireguard-openbsd-b7234e77b8dda5d6859cea1f6ecb1df8db986ff5.tar.xz
wireguard-openbsd-b7234e77b8dda5d6859cea1f6ecb1df8db986ff5.zip
fulfilling theo's wishes
-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 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]);