It's "its."
This commit is contained in:
parent
f782e99583
commit
a640fe8c43
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: csh.c,v 1.36 2005/06/26 19:10:48 christos Exp $ */
|
||||
/* $NetBSD: csh.c,v 1.37 2006/04/24 19:00:29 snj Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1980, 1991, 1993
|
||||
|
@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993\n\
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: csh.c,v 1.36 2005/06/26 19:10:48 christos Exp $");
|
||||
__RCSID("$NetBSD: csh.c,v 1.37 2006/04/24 19:00:29 snj Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -889,7 +889,7 @@ phup(int sig)
|
|||
do
|
||||
/*
|
||||
* If a process is in the foreground; we try to kill
|
||||
* it's process group. If we succeed, then the
|
||||
* its process group. If we succeed, then the
|
||||
* whole job is gone. Otherwise we keep going...
|
||||
* But avoid sending HUP to the shell again.
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: file.c,v 1.23 2003/08/07 09:05:05 agc Exp $ */
|
||||
/* $NetBSD: file.c,v 1.24 2006/04/24 19:00:29 snj Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1980, 1991, 1993
|
||||
|
@ -34,7 +34,7 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)file.c 8.2 (Berkeley) 3/19/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: file.c,v 1.23 2003/08/07 09:05:05 agc Exp $");
|
||||
__RCSID("$NetBSD: file.c,v 1.24 2006/04/24 19:00:29 snj Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -618,7 +618,7 @@ is_prefix(Char *check, Char *template)
|
|||
|
||||
/*
|
||||
* Return true if the Chars in template appear at the
|
||||
* end of check, I.e., are it's suffix.
|
||||
* end of check, I.e., are its suffix.
|
||||
*/
|
||||
static int
|
||||
is_suffix(Char *check, Char *template)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: set.c,v 1.23 2006/03/21 16:46:44 christos Exp $ */
|
||||
/* $NetBSD: set.c,v 1.24 2006/04/24 19:00:29 snj Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1980, 1991, 1993
|
||||
|
@ -34,7 +34,7 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)set.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: set.c,v 1.23 2006/03/21 16:46:44 christos Exp $");
|
||||
__RCSID("$NetBSD: set.c,v 1.24 2006/04/24 19:00:29 snj Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -545,7 +545,7 @@ unsetv1(struct varent *p)
|
|||
/*
|
||||
* If p is missing one child, then we can move the other into where p is.
|
||||
* Otherwise, we find the predecessor of p, which is guaranteed to have no
|
||||
* right child, copy it into p, and move it's left child into it.
|
||||
* right child, copy it into p, and move its left child into it.
|
||||
*/
|
||||
if (p->v_right == 0)
|
||||
c = p->v_left;
|
||||
|
@ -669,7 +669,7 @@ balance(struct varent *p, int f, int d)
|
|||
int ff;
|
||||
|
||||
/*
|
||||
* Ok, from here on, p is the node we're operating on; pp is it's parent; f
|
||||
* Ok, from here on, p is the node we're operating on; pp is its parent; f
|
||||
* is the branch of p from which we have come; ff is the branch of pp which
|
||||
* is p.
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pat_rep.c,v 1.24 2006/02/11 10:43:18 dsl Exp $ */
|
||||
/* $NetBSD: pat_rep.c,v 1.25 2006/04/24 19:00:29 snj Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1992 Keith Muller.
|
||||
|
@ -42,7 +42,7 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: pat_rep.c,v 1.24 2006/02/11 10:43:18 dsl Exp $");
|
||||
__RCSID("$NetBSD: pat_rep.c,v 1.25 2006/04/24 19:00:29 snj Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -92,7 +92,7 @@ static int resub(regex_t *, regmatch_t *, char *, char *, char *, char *);
|
|||
/*
|
||||
* rep_add()
|
||||
* parses the -s replacement string; compiles the regular expression
|
||||
* and stores the compiled value and it's replacement string together in
|
||||
* and stores the compiled value and its replacement string together in
|
||||
* replacement string list. Input to this function is of the form:
|
||||
* /old/new/pg
|
||||
* The first char in the string specifies the delimiter used by this
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: tables.c,v 1.26 2006/04/16 16:20:21 christos Exp $ */
|
||||
/* $NetBSD: tables.c,v 1.27 2006/04/24 19:00:29 snj Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1992 Keith Muller.
|
||||
|
@ -42,7 +42,7 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: tables.c,v 1.26 2006/04/16 16:20:21 christos Exp $");
|
||||
__RCSID("$NetBSD: tables.c,v 1.27 2006/04/24 19:00:29 snj Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -158,7 +158,7 @@ chk_lnk(ARCHD *arcn)
|
|||
indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
|
||||
if ((pt = ltab[indx]) != NULL) {
|
||||
/*
|
||||
* it's hash chain in not empty, walk down looking for it
|
||||
* its hash chain is not empty, walk down looking for it
|
||||
*/
|
||||
ppt = &(ltab[indx]);
|
||||
while (pt != NULL) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: jobs.c,v 1.64 2005/09/30 18:57:55 tv Exp $ */
|
||||
/* $NetBSD: jobs.c,v 1.65 2006/04/24 19:00:29 snj Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
|
@ -37,7 +37,7 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: jobs.c,v 1.64 2005/09/30 18:57:55 tv Exp $");
|
||||
__RCSID("$NetBSD: jobs.c,v 1.65 2006/04/24 19:00:29 snj Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -1105,7 +1105,7 @@ dowait(int block, struct job *job)
|
|||
* rather than blocking.
|
||||
*
|
||||
* System V doesn't have a non-blocking wait system call. It does
|
||||
* have a SIGCLD signal that is sent to a process when one of it's
|
||||
* have a SIGCLD signal that is sent to a process when one of its
|
||||
* children dies. The obvious way to use SIGCLD would be to install
|
||||
* a handler for SIGCLD which simply bumped a counter when a SIGCLD
|
||||
* was received, and have waitproc bump another counter when it got
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: var.c,v 1.36 2004/10/06 10:23:43 enami Exp $ */
|
||||
/* $NetBSD: var.c,v 1.37 2006/04/24 19:00:30 snj Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
|
@ -37,7 +37,7 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 5/4/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: var.c,v 1.36 2004/10/06 10:23:43 enami Exp $");
|
||||
__RCSID("$NetBSD: var.c,v 1.37 2006/04/24 19:00:30 snj Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -618,7 +618,7 @@ localcmd(int argc, char **argv)
|
|||
|
||||
|
||||
/*
|
||||
* Make a variable a local variable. When a variable is made local, it's
|
||||
* Make a variable a local variable. When a variable is made local, its
|
||||
* value and flags are saved in a localvar structure. The saved values
|
||||
* will be restored when the shell function returns. We handle the name
|
||||
* "-" as a special case.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.1 2003/04/26 18:55:40 fvdl Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2006/04/24 19:00:30 snj Exp $
|
||||
|
||||
# This Makefile builds a boot image on a 2.88M-sized image.
|
||||
#
|
||||
# Since NetBSD currently can't write 2.88M diskettes, it's only
|
||||
# Since NetBSD currently can't write 2.88M diskettes, its only
|
||||
# use is as a boot image for El Torito bootable CD-ROM images.
|
||||
#
|
||||
# To prepare a CD, do the following steps:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.22 2003/12/18 00:44:22 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2006/04/24 19:00:30 snj Exp $
|
||||
|
||||
# This Makefile builds a boot image on a 2.88M-sized image.
|
||||
#
|
||||
# Since NetBSD currently can't write 2.88M diskettes, it's only
|
||||
# Since NetBSD currently can't write 2.88M diskettes, its only
|
||||
# use is as a boot image for El Torito bootable CD-ROM images.
|
||||
#
|
||||
# To prepare a CD, do the following steps:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
# $NetBSD: install.sub,v 1.43 2002/06/12 09:10:02 bouyer Exp $
|
||||
# $NetBSD: install.sub,v 1.44 2006/04/24 19:00:30 snj Exp $
|
||||
#
|
||||
# Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -297,7 +297,7 @@ addhostent() {
|
|||
|
||||
# Create an entry in the hosts table. If no host table
|
||||
# exists, create one. If the IP address already exists,
|
||||
# replace it's entry.
|
||||
# replace its entry.
|
||||
if [ ! -f /tmp/hosts ]; then
|
||||
echo "127.0.0.1 localhost" > /tmp/hosts
|
||||
fi
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: disks_lfs.c,v 1.1 2001/01/14 02:38:14 mrg Exp $ */
|
||||
/* $NetBSD: disks_lfs.c,v 1.2 2006/04/24 19:00:30 snj Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 Matthew R. Green
|
||||
|
@ -28,7 +28,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* this gets it's own file as LFS includes interfere with other ones */
|
||||
/* this gets its own file as LFS includes interfere with other ones */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: run.c,v 1.61 2006/02/25 20:21:00 dsl Exp $ */
|
||||
/* $NetBSD: run.c,v 1.62 2006/04/24 19:00:30 snj Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
|
@ -367,7 +367,7 @@ show_cmd(const char *scmd, struct winsize *win)
|
|||
}
|
||||
|
||||
/*
|
||||
* launch a program inside a subwindow, and report it's return status when done
|
||||
* launch a program inside a subwindow, and report its return status when done
|
||||
*/
|
||||
static int
|
||||
launch_subwin(WINDOW **actionwin, char **args, struct winsize *win, int flags,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.13 2005/02/15 12:56:20 jsm Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.14 2006/04/24 19:00:30 snj Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988, 1993
|
||||
|
@ -37,7 +37,7 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)machdep.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: machdep.c,v 1.13 2005/02/15 12:56:20 jsm Exp $");
|
||||
__RCSID("$NetBSD: machdep.c,v 1.14 2006/04/24 19:00:30 snj Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -396,7 +396,7 @@ md_malloc(n)
|
|||
/* md_gseed() (Get Seed)
|
||||
*
|
||||
* This function returns a seed for the random number generator (RNG). This
|
||||
* seed causes the RNG to begin generating numbers at some point in it's
|
||||
* seed causes the RNG to begin generating numbers at some point in its
|
||||
* sequence. Without a random seed, the RNG will generate the same set
|
||||
* of numbers, and every game will start out exactly the same way. A good
|
||||
* number to use is the process id, given by getpid() on most UNIX systems.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: yp_prot.h,v 1.15 2005/12/26 19:01:47 perry Exp $ */
|
||||
/* $NetBSD: yp_prot.h,v 1.16 2006/04/24 19:00:30 snj Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
|
||||
|
@ -52,7 +52,7 @@
|
|||
* tells ypserv to check if there is a new version of
|
||||
* the map.
|
||||
* YPPROC_CLEAR takes (void), returns (void).
|
||||
* tells ypserv to flush it's file cache, so that
|
||||
* tells ypserv to flush its file cache, so that
|
||||
* newly transferred files will get read.
|
||||
* YPPROC_ALL takes (struct ypreq_nokey), returns (bool_t and
|
||||
* struct ypresp_key_val).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: __clone.S,v 1.5 2004/08/21 11:29:51 rearnsha Exp $ */
|
||||
/* $NetBSD: __clone.S,v 1.6 2006/04/24 19:00:30 snj Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 Christopher Gilbert
|
||||
|
@ -44,7 +44,7 @@ ENTRY(__clone)
|
|||
teqne r1, #0x00
|
||||
beq .Leinval
|
||||
|
||||
/* place the func and it's arg onto the child's stack */
|
||||
/* place the func and its arg onto the child's stack */
|
||||
stmfd r1!, {r0, r3}
|
||||
|
||||
/* syscall expects (flags, stack) */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: modf.S,v 1.2 1997/05/08 13:38:40 matthias Exp $ */
|
||||
/* $NetBSD: modf.S,v 1.3 2006/04/24 19:00:30 snj Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992 Helsinki University of Technology
|
||||
|
@ -32,7 +32,7 @@
|
|||
#include <machine/asm.h>
|
||||
|
||||
#if defined(LIBC_SCCS)
|
||||
RCSID("$NetBSD: modf.S,v 1.2 1997/05/08 13:38:40 matthias Exp $")
|
||||
RCSID("$NetBSD: modf.S,v 1.3 2006/04/24 19:00:30 snj Exp $")
|
||||
#endif
|
||||
|
||||
ENTRY(modf)
|
||||
|
@ -41,7 +41,7 @@ ENTRY(modf)
|
|||
movd 12(fp),r0 /* higher 32 bit of value */
|
||||
lshd -20,r0 /* extract exponent */
|
||||
andd 0x7ff,r0 /* 11 lower bits */
|
||||
cmpd r0,1023+30 /* compare if it's int part can fit in int */
|
||||
cmpd r0,1023+30 /* compare if its int part can fit in int */
|
||||
bgt 0f /* nope else it's ok to truncld it to int */
|
||||
truncld f0,r0 /* get integer part */
|
||||
movdl r0,f2 /* convert back to float */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pthread_sig.c,v 1.44 2005/10/16 00:37:52 chs Exp $ */
|
||||
/* $NetBSD: pthread_sig.c,v 1.45 2006/04/24 19:00:30 snj Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -37,7 +37,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: pthread_sig.c,v 1.44 2005/10/16 00:37:52 chs Exp $");
|
||||
__RCSID("$NetBSD: pthread_sig.c,v 1.45 2006/04/24 19:00:30 snj Exp $");
|
||||
|
||||
/* We're interposing a specific version of the signal interface. */
|
||||
#define __LIBC12_SOURCE__
|
||||
|
@ -429,7 +429,7 @@ sigtimedwait(const sigset_t * __restrict set, siginfo_t * __restrict info,
|
|||
PTQ_REMOVE(&pt_sigwaiting, self, pt_sleep);
|
||||
|
||||
/*
|
||||
* Signal master. It will rebuild it's wait set.
|
||||
* Signal master. It will rebuild its wait set.
|
||||
*/
|
||||
_lwp_wakeup(pt_sigwmaster->pt_blockedlwp);
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: parseconf.c,v 1.9 2004/10/30 15:20:36 dsl Exp $ */
|
||||
/* $NetBSD: parseconf.c,v 1.10 2006/04/24 19:00:30 snj Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -89,7 +89,7 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)parseconf.c 8.1 (Berkeley) 6/4/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: parseconf.c,v 1.9 2004/10/30 15:20:36 dsl Exp $");
|
||||
__RCSID("$NetBSD: parseconf.c,v 1.10 2006/04/24 19:00:30 snj Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -349,7 +349,7 @@ ParseAddr(str)
|
|||
**
|
||||
** Warnings:
|
||||
** - After this routine is called, ParseConfig() must be
|
||||
** called to re-order it's list of boot file pointers.
|
||||
** called to re-order its list of boot file pointers.
|
||||
*/
|
||||
int
|
||||
GetBootFiles()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: syslogd.c,v 1.77 2006/04/19 21:18:50 pavel Exp $ */
|
||||
/* $NetBSD: syslogd.c,v 1.78 2006/04/24 19:00:30 snj Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1983, 1988, 1993, 1994
|
||||
|
@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993, 1994\n\
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)syslogd.c 8.3 (Berkeley) 4/4/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: syslogd.c,v 1.77 2006/04/19 21:18:50 pavel Exp $");
|
||||
__RCSID("$NetBSD: syslogd.c,v 1.78 2006/04/24 19:00:30 snj Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -717,7 +717,7 @@ dispatch_read_finet(struct kevent *ev)
|
|||
}
|
||||
|
||||
/*
|
||||
* given a pointer to an array of char *'s, a pointer to it's current
|
||||
* given a pointer to an array of char *'s, a pointer to its current
|
||||
* size and current allocated max size, and a new char * to add, add
|
||||
* it, update everything as necessary, possibly allocating a new array
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: wsfontload.c,v 1.10 2005/03/16 01:34:11 xtraeme Exp $ */
|
||||
/* $NetBSD: wsfontload.c,v 1.11 2006/04/24 19:00:31 snj Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1999
|
||||
|
@ -88,7 +88,7 @@ usage(void)
|
|||
}
|
||||
|
||||
/*
|
||||
* map given fontorder to it's string representation
|
||||
* map given fontorder to its string representation
|
||||
*/
|
||||
static const char *
|
||||
rgetfontorder(int fontorder)
|
||||
|
@ -103,7 +103,7 @@ rgetfontorder(int fontorder)
|
|||
}
|
||||
|
||||
/*
|
||||
* map given encoding to it's string representation
|
||||
* map given encoding to its string representation
|
||||
*/
|
||||
static const char *
|
||||
rgetencoding(int enc)
|
||||
|
|
Loading…
Reference in New Issue