diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:39:22 +0000 | 
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:39:22 +0000 | 
| commit | 739398ee036c3b51a06ba06edcceb7d719507bb7 (patch) | |
| tree | f5a5ca40c41eb338bbc991be1c92ca54a3f88e38 /lib/libc/nls/msgcat.c | |
| parent | fce61be7f5a48db23e3ff93cb29d6606ddcce20e (diff) | |
Notes
Diffstat (limited to 'lib/libc/nls/msgcat.c')
| -rw-r--r-- | lib/libc/nls/msgcat.c | 8 | 
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/nls/msgcat.c b/lib/libc/nls/msgcat.c index d9dbe29e640a..8df18aea5259 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));  | 
