summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-22 14:39:22 +0000
committerphk <phk@FreeBSD.org>1995-10-22 14:39:22 +0000
commita11454ac32f7a557089bf60a12885f973a108f1f (patch)
treef5a5ca40c41eb338bbc991be1c92ca54a3f88e38 /lib
parent4be9bcf742cae0887e6a357faf90273b56da27e4 (diff)
downloadFreeBSD-src-a11454ac32f7a557089bf60a12885f973a108f1f.zip
FreeBSD-src-a11454ac32f7a557089bf60a12885f973a108f1f.tar.gz
and so on...
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/nls/msgcat.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/nls/msgcat.c b/lib/libc/nls/msgcat.c
index d9dbe29..8df18ae 100644
--- a/lib/libc/nls/msgcat.c
+++ b/lib/libc/nls/msgcat.c
@@ -1,4 +1,4 @@
-/* $Id: msgcat.c,v 1.2 1995/05/30 05:40:59 rgrimes Exp $ */
+/* $Id: msgcat.c,v 1.3 1995/06/17 03:02:21 ache Exp $ */
/***********************************************************
Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts.
@@ -260,8 +260,7 @@ nl_catd catd;
{
MCCatT *cat = (MCCatT *) catd;
MCSetT *set;
- MCMsgT *msg;
- int i, j;
+ int i;
if (!cat) return -1;
@@ -295,8 +294,7 @@ int type;
MCHeaderT header;
MCCatT *cat;
MCSetT *set;
- MCMsgT *msg;
- long i, j;
+ long i;
off_t nextSet;
cat = (MCCatT *) malloc(sizeof(MCCatT));
OpenPOWER on IntegriCloud