aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ndb/dblookup.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/dblookup.c
parent3d038c325b6c5ac906092c81d282afa5bfefabc6 (diff)
downloadplan9port-226d80b8213821af0cbf092d1507c52b504fd368.tar.gz
plan9port-226d80b8213821af0cbf092d1507c52b504fd368.tar.bz2
plan9port-226d80b8213821af0cbf092d1507c52b504fd368.zip
c90 fixes
Diffstat (limited to 'src/cmd/ndb/dblookup.c')
-rwxr-xr-xsrc/cmd/ndb/dblookup.c25
1 files changed, 17 insertions, 8 deletions
diff --git a/src/cmd/ndb/dblookup.c b/src/cmd/ndb/dblookup.c
index fd0eb207..7da4db54 100755
--- a/src/cmd/ndb/dblookup.c
+++ b/src/cmd/ndb/dblookup.c
@@ -23,14 +23,23 @@ static void createptrs(void);
static int implemented[Tall] =
{
- [Ta] 1,
- [Tns] 1,
- [Tsoa] 1,
- [Tmx] 1,
- [Tptr] 1,
- [Tcname] 1,
- [Tnull] 1,
- [Ttxt] 1,
+ 0,
+ /* Ta */ 1,
+ /* Tns */ 1,
+ 0,
+ 0,
+ /* Tcname */ 1,
+ /* Tsoa */ 1,
+ 0,
+ 0,
+ 0,
+ /* Tnull */ 1,
+ 0,
+ /* Tptr */ 1,
+ 0,
+ 0,
+ /* Tmx */ 1,
+ /* Ttxt */ 1
};
static void