From aea78a76259aa60aa55d34fb6c1220198040f3ed Mon Sep 17 00:00:00 2001 From: wens Date: Thu, 10 Apr 2008 04:20:21 +0000 Subject: Unused variable git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4123 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- daemon/fromd/fromc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon') diff --git a/daemon/fromd/fromc.c b/daemon/fromd/fromc.c index 4782230c..70e8eada 100644 --- a/daemon/fromd/fromc.c +++ b/daemon/fromd/fromc.c @@ -9,7 +9,7 @@ int main(int argc, char *argv[]) { - int port, fd; + int fd; char buf[64]; memset(buf, 0, sizeof(buf)); -- cgit v1.2.3