diff options
| author | dholland <dholland@NetBSD.org> | 2014-03-30 05:14:47 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2014-03-30 05:14:47 +0000 |
| commit | f0f60ae760a0274a50d65666e97a141a29287a8f (patch) | |
| tree | 50d7e1defb815e067ae0aa5b46095db74094bc08 /hunt/hunt/otto.c | |
| parent | 571fdd8c925268b4be1b866ff8f96c140bfe0ef9 (diff) | |
| download | bsdgames-darwin-f0f60ae760a0274a50d65666e97a141a29287a8f.tar.gz bsdgames-darwin-f0f60ae760a0274a50d65666e97a141a29287a8f.zip | |
Naming reform for socket pieces, akin to what I did in huntd earlier.
(but not as comprehensive)
Diffstat (limited to 'hunt/hunt/otto.c')
| -rw-r--r-- | hunt/hunt/otto.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/hunt/otto.c b/hunt/hunt/otto.c index de5ef41b..466d51b4 100644 --- a/hunt/hunt/otto.c +++ b/hunt/hunt/otto.c @@ -1,4 +1,4 @@ -/* $NetBSD: otto.c,v 1.17 2014/03/29 21:24:26 dholland Exp $ */ +/* $NetBSD: otto.c,v 1.18 2014/03/30 05:14:47 dholland Exp $ */ #ifdef OTTO /* * Copyright (c) 1983-2003, Regents of the University of California. @@ -45,7 +45,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: otto.c,v 1.17 2014/03/29 21:24:26 dholland Exp $"); +__RCSID("$NetBSD: otto.c,v 1.18 2014/03/30 05:14:47 dholland Exp $"); #endif /* not lint */ #include <sys/time.h> @@ -217,7 +217,7 @@ otto(int y, int x, char face) wander(); done: - (void) write(Socket, command, comlen); + (void) write(huntsocket, command, comlen); Otto_count += comlen; #ifdef DEBUG (void) fwrite(command, 1, comlen, debug); |
