diff options
author | 2007-08-28 17:57:16 +0000 | |
---|---|---|
committer | 2007-08-28 17:57:16 +0000 | |
commit | 7ec585ccb6ea44e3844fbf33c97a874a38a91f44 (patch) | |
tree | cf282b7aa3213370e850cfe14a485fadcf411038 | |
parent | Unify DPRINTF's and use the device name argument for all outputs. (diff) | |
download | wireguard-openbsd-7ec585ccb6ea44e3844fbf33c97a874a38a91f44.tar.xz wireguard-openbsd-7ec585ccb6ea44e3844fbf33c97a874a38a91f44.zip |
another quote
-rw-r--r-- | usr.bin/mg/theo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 7028a9d0ac3..0d452ee1999 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.100 2007/08/06 01:08:52 djm Exp $ */ +/* $OpenBSD: theo.c,v 1.101 2007/08/28 17:57:16 jasper Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -146,6 +146,7 @@ static const char *talk[] = { "And that is why humppa sucks... cause it has no cause.", "cache aliasing is a problem that would have stopped in 1992 if someone had killed about 5 people who worked at Sun.", "Don't spread rumours about me being gentle.", + "If municipal water filtering equipment was built by the gcc developers, the western world would be dead by now.", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |