unknown, not unkown. Noted by mjl.
This commit is contained in:
parent
59b8237f5e
commit
7bd6fd354d
4
dist/bind/bin/named/db_load.c
vendored
4
dist/bind/bin/named/db_load.c
vendored
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_load.c,v 1.5 2002/06/20 11:42:56 itojun Exp $ */
|
||||
/* $NetBSD: db_load.c,v 1.6 2003/01/28 22:19:22 wiz Exp $ */
|
||||
|
||||
#if !defined(lint) && !defined(SABER)
|
||||
static const char sccsid[] = "@(#)db_load.c 4.38 (Berkeley) 3/2/91";
|
||||
@ -2378,7 +2378,7 @@ parse_sig_rr(char *buf, int buf_len, u_char *data, int data_size,
|
||||
ERRTO("No ObjectID in key");
|
||||
break;
|
||||
default:
|
||||
ERRTO("UNKOWN SIG algorithm");
|
||||
ERRTO("UNKNOWN SIG algorithm");
|
||||
}
|
||||
|
||||
/* Should we complain about algorithm-ID's that we
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: clnt.h,v 1.17 2002/11/08 00:10:58 fvdl Exp $ */
|
||||
/* $NetBSD: clnt.h,v 1.18 2003/01/28 22:19:24 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
|
||||
@ -79,7 +79,7 @@ enum clnt_stat {
|
||||
* rpc_call & clnt_create errors
|
||||
*/
|
||||
RPC_UNKNOWNHOST=13, /* unknown host name */
|
||||
RPC_UNKNOWNPROTO=17, /* unkown protocol */
|
||||
RPC_UNKNOWNPROTO=17, /* unknown protocol */
|
||||
RPC_UNKNOWNADDR = 19, /* Remote address unknown */
|
||||
RPC_NOBROADCAST = 21, /* Broadcasting not supported */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: grf_tc.c,v 1.24 2002/10/02 05:15:51 thorpej Exp $ */
|
||||
/* $NetBSD: grf_tc.c,v 1.25 2003/01/28 22:19:25 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
|
||||
@ -83,7 +83,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: grf_tc.c,v 1.24 2002/10/02 05:15:51 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: grf_tc.c,v 1.25 2003/01/28 22:19:25 wiz Exp $");
|
||||
|
||||
#include "opt_compat_hpux.h"
|
||||
|
||||
@ -301,7 +301,7 @@ topcat_common_attach(sc, grf, secid)
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
printf("%s: unkown device 0x%x\n",
|
||||
printf("%s: unknown device 0x%x\n",
|
||||
sc->sc_dev.dv_xname, secid);
|
||||
panic("topcat_common_attach");
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: inst.c,v 1.8 2002/05/30 18:32:18 thorpej Exp $ */
|
||||
/* $NetBSD: inst.c,v 1.9 2003/01/28 22:19:25 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
|
||||
@ -246,7 +246,7 @@ dsklabel()
|
||||
/* NOTREACHED */
|
||||
|
||||
default:
|
||||
printf("unkown command: %s\n", line);
|
||||
printf("unknown command: %s\n", line);
|
||||
}
|
||||
|
||||
goto disklabel_loop;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pnpbios.c,v 1.33 2003/01/08 23:50:23 soren Exp $ */
|
||||
/* $NetBSD: pnpbios.c,v 1.34 2003/01/28 22:19:26 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000 Jason R. Thorpe. All rights reserved.
|
||||
@ -41,7 +41,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: pnpbios.c,v 1.33 2003/01/08 23:50:23 soren Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pnpbios.c,v 1.34 2003/01/28 22:19:26 wiz Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -1588,7 +1588,7 @@ start:
|
||||
printf("%s: vendor defined event 0x%04x\n",
|
||||
sc->sc_dev.dv_xname, event);
|
||||
else
|
||||
printf("%s: unkown event 0x%04x\n",
|
||||
printf("%s: unknown event 0x%04x\n",
|
||||
sc->sc_dev.dv_xname, event);
|
||||
#endif
|
||||
break;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: scr.c,v 1.9 2003/01/06 13:05:07 wiz Exp $ */
|
||||
/* $NetBSD: scr.c,v 1.10 2003/01/28 22:19:27 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -398,7 +398,7 @@ int scrdebug = //SCRPROBE_DEBUG_INFO |
|
||||
|
||||
|
||||
/* byte logic level and msb/lsb coding */
|
||||
#define CONVENTION_UNKOWN 0
|
||||
#define CONVENTION_UNKNOWN 0
|
||||
#define CONVENTION_INVERSE 1
|
||||
#define CONVENTION_DIRECT 2
|
||||
#define CONVENIONT_INVERSE_ID 0x3f
|
||||
@ -1469,7 +1469,7 @@ static void masterSM(struct scr_softc * sc,int cmd)
|
||||
|
||||
/* set initial values */
|
||||
sc->status = 0;
|
||||
sc->convention = CONVENTION_UNKOWN;
|
||||
sc->convention = CONVENTION_UNKNOWN;
|
||||
sc->protocolType = 0;
|
||||
sc->N = N_DEFAULT;
|
||||
sc->Fi = Fi_DEFAULT;
|
||||
@ -2913,7 +2913,7 @@ static void t0RecvByteSM(struct scr_softc* sc,int cmd)
|
||||
if (sc->shiftBits < 8)
|
||||
{
|
||||
if (sc->convention == CONVENTION_INVERSE ||
|
||||
sc->convention == CONVENTION_UNKOWN)
|
||||
sc->convention == CONVENTION_UNKNOWN)
|
||||
{
|
||||
/* logic 1 is low, msb is first */
|
||||
sc->shiftByte <<= 1;
|
||||
@ -2940,7 +2940,7 @@ static void t0RecvByteSM(struct scr_softc* sc,int cmd)
|
||||
|
||||
|
||||
/* in TS byte, check if we have a card that works at 1/2 freq */
|
||||
if (sc->convention == CONVENTION_UNKOWN && /* in TS byte */
|
||||
if (sc->convention == CONVENTION_UNKNOWN && /* in TS byte */
|
||||
sc->shiftBits == 3 && /* test at bit 3 in word */
|
||||
sc->shiftByte == 4 && /* check for 1/2 freq pattern */
|
||||
sc->cardFreq == CARD_FREQ_DEF) /* only do this if at full freq */
|
||||
@ -2987,7 +2987,7 @@ static void t0RecvByteSM(struct scr_softc* sc,int cmd)
|
||||
else
|
||||
{
|
||||
/* sc->convention not set so sort it out */
|
||||
ASSERT(sc->convention == CONVENTION_UNKOWN);
|
||||
ASSERT(sc->convention == CONVENTION_UNKNOWN);
|
||||
if (sc->shiftByte == CONVENIONT_INVERSE_ID && scrGetData())
|
||||
{
|
||||
sc->convention = CONVENTION_INVERSE;
|
||||
@ -4055,7 +4055,7 @@ char * getText(int x)
|
||||
|
||||
|
||||
default:
|
||||
printf("unkown case, %x\n",x);
|
||||
printf("unknown case, %x\n",x);
|
||||
break;
|
||||
}
|
||||
return "???";
|
||||
|
@ -544,7 +544,7 @@ TrDoSwitch (
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Unkown peer opcode */
|
||||
/* Unknown peer opcode */
|
||||
|
||||
printf ("Unknown parse opcode for switch statement: %s (%d)\n",
|
||||
Next->Asl.ParseOpName, Next->Asl.ParseOpcode);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: emuxkireg.h,v 1.2 2001/12/23 22:52:49 jdolecek Exp $ */
|
||||
/* $NetBSD: emuxkireg.h,v 1.3 2003/01/28 22:19:29 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
@ -538,7 +538,7 @@
|
||||
#define EMU_DSP_IN_LVDLM1 4
|
||||
#define EMU_DSP_IN_LVDCOS 5
|
||||
#define EMU_DSP_IN_LVDLM2 6
|
||||
#define EMU_DSP_IN_UNKOWN 7
|
||||
#define EMU_DSP_IN_UNKNOWN 7
|
||||
|
||||
#define EMU_DSP_OUTL_BASE 0x020
|
||||
#define EMU_DSP_OUTL(num) (EMU_DSP_IOL(EMU_DSP_OUTL_BASE, num))
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: parser.c,v 1.7 2002/03/05 04:11:53 itojun Exp $ */
|
||||
/* $NetBSD: parser.c,v 1.8 2003/01/28 22:19:30 wiz Exp $ */
|
||||
/* $KAME: parser.c,v 1.16 2002/02/20 10:40:39 kjc Exp $ */
|
||||
/*
|
||||
* Copyright (C) 1999-2002
|
||||
@ -1184,7 +1184,7 @@ tc_action_parser(char *ifname, char **cpp, struct tc_action *action)
|
||||
!= 0)
|
||||
return (0);
|
||||
} else {
|
||||
LOG(LOG_ERR, 0, "unkown action type %s");
|
||||
LOG(LOG_ERR, 0, "unknown action type %s");
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
@ -22,7 +22,7 @@ SOFTWARE.
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: readfile.c,v 1.10 2002/07/14 00:30:03 wiz Exp $");
|
||||
__RCSID("$NetBSD: readfile.c,v 1.11 2003/01/28 22:19:30 wiz Exp $");
|
||||
#endif
|
||||
|
||||
|
||||
@ -690,7 +690,7 @@ process_entry(struct host *host, char *src)
|
||||
case E_BAD_VALUE:
|
||||
msg = "bad value";
|
||||
default:
|
||||
msg = "unkown error";
|
||||
msg = "unknown error";
|
||||
break;
|
||||
} /* switch */
|
||||
report(LOG_ERR, "in entry named \"%s\", symbol \"%s\": %s",
|
||||
|
Loading…
Reference in New Issue
Block a user