diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-10-18 05:24:01 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-10-18 05:24:01 +0000 |
commit | e180c2a576a4dafce86b9a35fe9fe97c41536a5e (patch) | |
tree | 86a1fe33a5861202f2a92cab55d8ec8113381920 | |
parent | 7b196a4b181a7da1fb3e06fbd0185a9be6e4c43b (diff) |
<deraadt> screw this operating system shit, i just want to drive!
-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 1c42986d28d..c32732dc4fd 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.34 2002/10/10 09:54:14 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.35 2002/10/18 05:24:00 henning Exp $ */ #include "def.h" #include "kbd.h" @@ -96,7 +96,8 @@ static const char *talk[] = { "henning and darren / sitting in a tree / t o k i n g / a joint or three", "KICK ASS. TIME FOR A JASON LOVE IN! WE CAN ALL GET LOST IN HIS HAIR!", "shame on you for following my rules.", - "altq's parser sucks dead whale farts through the finest chemistry pipette's" + "altq's parser sucks dead whale farts through the finest chemistry pipette's", + "screw this operating system shit, i just want to drive!" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |