aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ndb/dnstcp.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-04-01 15:35:09 +0000
committerrsc <devnull@localhost>2006-04-01 15:35:09 +0000
commit226d80b8213821af0cbf092d1507c52b504fd368 (patch)
tree4254cb40557a10595ddc00c136817921ba837448 /src/cmd/ndb/dnstcp.c
parent3d038c325b6c5ac906092c81d282afa5bfefabc6 (diff)
downloadplan9port-226d80b8213821af0cbf092d1507c52b504fd368.tar.gz
plan9port-226d80b8213821af0cbf092d1507c52b504fd368.tar.bz2
plan9port-226d80b8213821af0cbf092d1507c52b504fd368.zip
c90 fixes
Diffstat (limited to 'src/cmd/ndb/dnstcp.c')
-rwxr-xr-xsrc/cmd/ndb/dnstcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/ndb/dnstcp.c b/src/cmd/ndb/dnstcp.c
index 75beda8b..3d4d1e90 100755
--- a/src/cmd/ndb/dnstcp.c
+++ b/src/cmd/ndb/dnstcp.c
@@ -8,7 +8,7 @@
enum
{
- Maxpath= 128,
+ Maxpath= 128
};
char *logfile = "dns";