diff --git a/sys/arch/amiga/include/aout_machdep.h b/sys/arch/amiga/include/aout_machdep.h index 7f0fda96ebee..5b427ee276df 100644 --- a/sys/arch/amiga/include/aout_machdep.h +++ b/sys/arch/amiga/include/aout_machdep.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: aout_machdep.h,v 1.4 1994/01/26 21:12:16 mw Exp $ + * $Id: aout_machdep.h,v 1.5 1994/01/28 23:43:26 jtc Exp $ */ #ifndef _AMIGA_EXEC_H_ diff --git a/sys/arch/amiga/include/exec.h b/sys/arch/amiga/include/exec.h index 1fdd6714cfbe..76c12bc4f39a 100644 --- a/sys/arch/amiga/include/exec.h +++ b/sys/arch/amiga/include/exec.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec.h,v 1.4 1994/01/26 21:12:16 mw Exp $ + * $Id: exec.h,v 1.5 1994/01/28 23:43:26 jtc Exp $ */ #ifndef _AMIGA_EXEC_H_ diff --git a/sys/arch/amiga/sunos/sun_exec_aout.c b/sys/arch/amiga/sunos/sun_exec_aout.c index 4e8b57d0d630..16b29bdb7638 100644 --- a/sys/arch/amiga/sunos/sun_exec_aout.c +++ b/sys/arch/amiga/sunos/sun_exec_aout.c @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -28,7 +28,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * based on: - * $Id: sun_exec_aout.c,v 1.1 1993/10/30 23:42:22 mw Exp $ + * $Id: sun_exec_aout.c,v 1.2 1994/01/28 23:43:41 jtc Exp $ */ #include "param.h" diff --git a/sys/arch/hp300/include/aout_machdep.h b/sys/arch/hp300/include/aout_machdep.h index e280528baaeb..31929855693b 100644 --- a/sys/arch/hp300/include/aout_machdep.h +++ b/sys/arch/hp300/include/aout_machdep.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: aout_machdep.h,v 1.5 1993/10/18 09:47:16 pk Exp $ + * $Id: aout_machdep.h,v 1.6 1994/01/28 23:43:55 jtc Exp $ */ #ifndef _HP300_EXEC_H_ diff --git a/sys/arch/hp300/include/exec.h b/sys/arch/hp300/include/exec.h index 99a6bee9db70..6ddc5798b1f6 100644 --- a/sys/arch/hp300/include/exec.h +++ b/sys/arch/hp300/include/exec.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec.h,v 1.5 1993/10/18 09:47:16 pk Exp $ + * $Id: exec.h,v 1.6 1994/01/28 23:43:55 jtc Exp $ */ #ifndef _HP300_EXEC_H_ diff --git a/sys/arch/i386/include/aout_machdep.h b/sys/arch/i386/include/aout_machdep.h index 004f873633f0..d609228b3ca4 100644 --- a/sys/arch/i386/include/aout_machdep.h +++ b/sys/arch/i386/include/aout_machdep.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: aout_machdep.h,v 1.4 1993/10/18 09:47:22 pk Exp $ + * $Id: aout_machdep.h,v 1.5 1994/01/28 23:44:15 jtc Exp $ */ #ifndef _I386_EXEC_H_ diff --git a/sys/arch/i386/include/cpufunc.h b/sys/arch/i386/include/cpufunc.h index bb2b981ec201..a99d0f777a54 100644 --- a/sys/arch/i386/include/cpufunc.h +++ b/sys/arch/i386/include/cpufunc.h @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Charles Hannum. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cpufunc.h,v 1.4 1994/01/03 16:22:05 mycroft Exp $ + * $Id: cpufunc.h,v 1.5 1994/01/28 23:44:07 jtc Exp $ */ /* diff --git a/sys/arch/i386/include/cputypes.h b/sys/arch/i386/include/cputypes.h index cc4e1a0d9246..65d9ca332353 100644 --- a/sys/arch/i386/include/cputypes.h +++ b/sys/arch/i386/include/cputypes.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cputypes.h,v 1.4 1993/12/19 07:54:52 mycroft Exp $ + * $Id: cputypes.h,v 1.5 1994/01/28 23:44:11 jtc Exp $ */ /* diff --git a/sys/arch/i386/include/exec.h b/sys/arch/i386/include/exec.h index 670b3202d0b2..793197a4ffc9 100644 --- a/sys/arch/i386/include/exec.h +++ b/sys/arch/i386/include/exec.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec.h,v 1.4 1993/10/18 09:47:22 pk Exp $ + * $Id: exec.h,v 1.5 1994/01/28 23:44:15 jtc Exp $ */ #ifndef _I386_EXEC_H_ diff --git a/sys/arch/i386/include/pio.h b/sys/arch/i386/include/pio.h index c4a6ea9a4eeb..909891600c3d 100644 --- a/sys/arch/i386/include/pio.h +++ b/sys/arch/i386/include/pio.h @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Charles Hannum. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pio.h,v 1.6 1993/12/31 21:11:32 mycroft Exp $ + * $Id: pio.h,v 1.7 1994/01/28 23:44:18 jtc Exp $ */ /* diff --git a/sys/arch/i386/include/ptrace.h b/sys/arch/i386/include/ptrace.h index cef492383b59..43a630b97bf9 100644 --- a/sys/arch/i386/include/ptrace.h +++ b/sys/arch/i386/include/ptrace.h @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ptrace.h,v 1.3 1994/01/28 07:06:32 cgd Exp $ + * $Id: ptrace.h,v 1.4 1994/01/28 23:44:21 jtc Exp $ */ /* diff --git a/sys/arch/i386/isa/if_ep.c b/sys/arch/i386/isa/if_ep.c index 57b7711a7764..2d6828493a58 100644 --- a/sys/arch/i386/isa/if_ep.c +++ b/sys/arch/i386/isa/if_ep.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_ep.c,v 1.10 1994/01/28 10:36:59 deraadt Exp $ + * $Id: if_ep.c,v 1.11 1994/01/28 23:44:36 jtc Exp $ */ /* * TODO: diff --git a/sys/arch/i386/isa/if_epreg.h b/sys/arch/i386/isa/if_epreg.h index f0b4cd9734ac..78257a2f43e8 100644 --- a/sys/arch/i386/isa/if_epreg.h +++ b/sys/arch/i386/isa/if_epreg.h @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_epreg.h,v 1.1 1993/12/14 04:26:47 hpeyerl Exp $ + * $Id: if_epreg.h,v 1.2 1994/01/28 23:44:41 jtc Exp $ */ /************************************************************************** * * diff --git a/sys/arch/m68k/include/ptrace.h b/sys/arch/m68k/include/ptrace.h index 87d213801516..0b62b651ed19 100644 --- a/sys/arch/m68k/include/ptrace.h +++ b/sys/arch/m68k/include/ptrace.h @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ptrace.h,v 1.2 1994/01/09 16:53:10 cgd Exp $ + * $Id: ptrace.h,v 1.3 1994/01/28 23:44:55 jtc Exp $ */ /* diff --git a/sys/arch/m68k/m68k/db_disasm.c b/sys/arch/m68k/m68k/db_disasm.c index 0907697f152d..d9b60f46fe44 100644 --- a/sys/arch/m68k/m68k/db_disasm.c +++ b/sys/arch/m68k/m68k/db_disasm.c @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: db_disasm.c,v 1.1 1994/01/09 16:17:10 cgd Exp $ + * $Id: db_disasm.c,v 1.2 1994/01/28 23:45:11 jtc Exp $ */ /* diff --git a/sys/arch/m68k/m68k/process_machdep.c b/sys/arch/m68k/m68k/process_machdep.c index 2dbe014d913b..7696a54f3324 100644 --- a/sys/arch/m68k/m68k/process_machdep.c +++ b/sys/arch/m68k/m68k/process_machdep.c @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: process_machdep.c,v 1.3 1994/01/22 13:37:50 briggs Exp $ + * $Id: process_machdep.c,v 1.4 1994/01/28 23:45:21 jtc Exp $ */ /* diff --git a/sys/arch/pc532/include/aout_machdep.h b/sys/arch/pc532/include/aout_machdep.h index c93d4c9a33d9..2ef0d46f4fe5 100644 --- a/sys/arch/pc532/include/aout_machdep.h +++ b/sys/arch/pc532/include/aout_machdep.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/pc532/include/exec.h b/sys/arch/pc532/include/exec.h index c93d4c9a33d9..2ef0d46f4fe5 100644 --- a/sys/arch/pc532/include/exec.h +++ b/sys/arch/pc532/include/exec.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/pc532/include/ptrace.h b/sys/arch/pc532/include/ptrace.h index 2f5282abcb31..13c75b02bbc9 100644 --- a/sys/arch/pc532/include/ptrace.h +++ b/sys/arch/pc532/include/ptrace.h @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ptrace.h,v 1.2 1994/01/28 03:44:07 phil Exp $ + * $Id: ptrace.h,v 1.3 1994/01/28 23:45:41 jtc Exp $ */ /* diff --git a/sys/arch/sparc/include/aout_machdep.h b/sys/arch/sparc/include/aout_machdep.h index 8ac872e6b3c1..4e1a279dd757 100644 --- a/sys/arch/sparc/include/aout_machdep.h +++ b/sys/arch/sparc/include/aout_machdep.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: aout_machdep.h,v 1.5 1993/10/18 13:28:19 deraadt Exp $ + * $Id: aout_machdep.h,v 1.6 1994/01/28 23:46:01 jtc Exp $ */ #ifndef _SPARC_EXEC_H_ diff --git a/sys/arch/sparc/include/exec.h b/sys/arch/sparc/include/exec.h index f6899bff9687..0472fb682b3c 100644 --- a/sys/arch/sparc/include/exec.h +++ b/sys/arch/sparc/include/exec.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec.h,v 1.5 1993/10/18 13:28:19 deraadt Exp $ + * $Id: exec.h,v 1.6 1994/01/28 23:46:01 jtc Exp $ */ #ifndef _SPARC_EXEC_H_ diff --git a/sys/arch/sun3/include/aout_machdep.h b/sys/arch/sun3/include/aout_machdep.h index d1787916e5f5..275776f729d4 100644 --- a/sys/arch/sun3/include/aout_machdep.h +++ b/sys/arch/sun3/include/aout_machdep.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/sun3/include/exec.h b/sys/arch/sun3/include/exec.h index d1787916e5f5..275776f729d4 100644 --- a/sys/arch/sun3/include/exec.h +++ b/sys/arch/sun3/include/exec.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/compat/sunos/exec.h b/sys/compat/sunos/exec.h index e70ac32b722b..8be9e520c292 100644 --- a/sys/compat/sunos/exec.h +++ b/sys/compat/sunos/exec.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec.h,v 1.1 1993/11/28 18:03:18 deraadt Exp $ + * $Id: exec.h,v 1.2 1994/01/28 23:46:30 jtc Exp $ */ #ifndef _SUNOS_EXEC_H_ diff --git a/sys/compat/sunos/sun_exec.c b/sys/compat/sunos/sun_exec.c index 6cc6981210a1..5b71e56bff70 100644 --- a/sys/compat/sunos/sun_exec.c +++ b/sys/compat/sunos/sun_exec.c @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: sun_exec.c,v 1.3 1994/01/28 03:41:44 deraadt Exp $ + * $Id: sun_exec.c,v 1.4 1994/01/28 23:46:34 jtc Exp $ */ #include diff --git a/sys/compat/sunos/sun_ioctl.c b/sys/compat/sunos/sun_ioctl.c index 987a47ae5c93..8b5eb1305c7f 100644 --- a/sys/compat/sunos/sun_ioctl.c +++ b/sys/compat/sunos/sun_ioctl.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * loosely from: Header: sun_ioctl.c,v 1.7 93/05/28 04:40:43 torek Exp - * $Id: sun_ioctl.c,v 1.7 1994/01/15 01:18:14 deraadt Exp $ + * $Id: sun_ioctl.c,v 1.8 1994/01/28 23:46:40 jtc Exp $ */ #include diff --git a/sys/compat/sunos/sunos_exec.c b/sys/compat/sunos/sunos_exec.c index 390b9aec6c1d..54ee9f35f25b 100644 --- a/sys/compat/sunos/sunos_exec.c +++ b/sys/compat/sunos/sunos_exec.c @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: sunos_exec.c,v 1.3 1994/01/28 03:41:44 deraadt Exp $ + * $Id: sunos_exec.c,v 1.4 1994/01/28 23:46:34 jtc Exp $ */ #include diff --git a/sys/compat/sunos/sunos_ioctl.c b/sys/compat/sunos/sunos_ioctl.c index cb0903aeaef2..e6e9429a1a09 100644 --- a/sys/compat/sunos/sunos_ioctl.c +++ b/sys/compat/sunos/sunos_ioctl.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * loosely from: Header: sun_ioctl.c,v 1.7 93/05/28 04:40:43 torek Exp - * $Id: sunos_ioctl.c,v 1.7 1994/01/15 01:18:14 deraadt Exp $ + * $Id: sunos_ioctl.c,v 1.8 1994/01/28 23:46:40 jtc Exp $ */ #include diff --git a/sys/dev/isa/if_ep.c b/sys/dev/isa/if_ep.c index 57b7711a7764..2d6828493a58 100644 --- a/sys/dev/isa/if_ep.c +++ b/sys/dev/isa/if_ep.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_ep.c,v 1.10 1994/01/28 10:36:59 deraadt Exp $ + * $Id: if_ep.c,v 1.11 1994/01/28 23:44:36 jtc Exp $ */ /* * TODO: diff --git a/sys/dev/isa/if_epreg.h b/sys/dev/isa/if_epreg.h index f0b4cd9734ac..78257a2f43e8 100644 --- a/sys/dev/isa/if_epreg.h +++ b/sys/dev/isa/if_epreg.h @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_epreg.h,v 1.1 1993/12/14 04:26:47 hpeyerl Exp $ + * $Id: if_epreg.h,v 1.2 1994/01/28 23:44:41 jtc Exp $ */ /************************************************************************** * * diff --git a/sys/kern/exec_aout.c b/sys/kern/exec_aout.c index 90e299a0e166..33e68dabbd2f 100644 --- a/sys/kern/exec_aout.c +++ b/sys/kern/exec_aout.c @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec_aout.c,v 1.8 1994/01/16 03:08:18 cgd Exp $ + * $Id: exec_aout.c,v 1.9 1994/01/28 23:46:59 jtc Exp $ */ #include diff --git a/sys/kern/exec_conf.c b/sys/kern/exec_conf.c index fab62d2fdccc..a3021dc24ff6 100644 --- a/sys/kern/exec_conf.c +++ b/sys/kern/exec_conf.c @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec_conf.c,v 1.1 1994/01/16 03:09:59 cgd Exp $ + * $Id: exec_conf.c,v 1.2 1994/01/28 23:47:04 jtc Exp $ */ #define EXEC_SCRIPT /* XXX */ diff --git a/sys/kern/exec_script.c b/sys/kern/exec_script.c index 4c53ae8c4439..c53912f40dce 100644 --- a/sys/kern/exec_script.c +++ b/sys/kern/exec_script.c @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec_script.c,v 1.2 1994/01/22 06:15:54 cgd Exp $ + * $Id: exec_script.c,v 1.3 1994/01/28 23:47:07 jtc Exp $ */ #if defined(SETUIDSCRIPTS) && !defined(FDSCRIPTS) diff --git a/sys/kern/exec_subr.c b/sys/kern/exec_subr.c index 8db9b5bd597a..be1b3c731264 100644 --- a/sys/kern/exec_subr.c +++ b/sys/kern/exec_subr.c @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec_subr.c,v 1.4 1994/01/16 03:07:33 cgd Exp $ + * $Id: exec_subr.c,v 1.5 1994/01/28 23:47:10 jtc Exp $ */ #include diff --git a/sys/lib/libkern/__main.c b/sys/lib/libkern/__main.c index 14e48abf8b21..103159afa8ce 100644 --- a/sys/lib/libkern/__main.c +++ b/sys/lib/libkern/__main.c @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: __main.c,v 1.1 1993/10/15 06:20:46 cgd Exp $ + * $Id: __main.c,v 1.2 1994/01/28 23:47:26 jtc Exp $ */ __main() diff --git a/sys/lib/libkern/arch/i386/bcmp.S b/sys/lib/libkern/arch/i386/bcmp.S index 881428ef5a19..4c55d0c8ed34 100644 --- a/sys/lib/libkern/arch/i386/bcmp.S +++ b/sys/lib/libkern/arch/i386/bcmp.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: bcmp.S,v 1.1 1993/12/04 03:05:16 cgd Exp $ + * $Id: bcmp.S,v 1.2 1994/01/28 23:47:48 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: bcmp.S,v 1.1 1993/12/04 03:05:16 cgd Exp $" + .asciz "$Id: bcmp.S,v 1.2 1994/01/28 23:47:48 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/arch/i386/bzero.S b/sys/lib/libkern/arch/i386/bzero.S index 6f6651a8212c..b15da5a301d6 100644 --- a/sys/lib/libkern/arch/i386/bzero.S +++ b/sys/lib/libkern/arch/i386/bzero.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: bzero.S,v 1.1 1993/12/04 03:05:44 cgd Exp $ + * $Id: bzero.S,v 1.2 1994/01/28 23:47:53 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: bzero.S,v 1.1 1993/12/04 03:05:44 cgd Exp $" + .asciz "$Id: bzero.S,v 1.2 1994/01/28 23:47:53 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/arch/i386/ffs.S b/sys/lib/libkern/arch/i386/ffs.S index 5e3c2640e476..eb3fba727a16 100644 --- a/sys/lib/libkern/arch/i386/ffs.S +++ b/sys/lib/libkern/arch/i386/ffs.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ffs.S,v 1.1 1993/12/04 03:06:03 cgd Exp $ + * $Id: ffs.S,v 1.2 1994/01/28 23:47:55 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: ffs.S,v 1.1 1993/12/04 03:06:03 cgd Exp $" + .asciz "$Id: ffs.S,v 1.2 1994/01/28 23:47:55 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/arch/i386/strcat.S b/sys/lib/libkern/arch/i386/strcat.S index f84aaa780315..3518424a411e 100644 --- a/sys/lib/libkern/arch/i386/strcat.S +++ b/sys/lib/libkern/arch/i386/strcat.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strcat.S,v 1.1 1993/12/04 03:06:53 cgd Exp $ + * $Id: strcat.S,v 1.2 1994/01/28 23:47:58 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: strcat.S,v 1.1 1993/12/04 03:06:53 cgd Exp $" + .asciz "$Id: strcat.S,v 1.2 1994/01/28 23:47:58 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/arch/i386/strcmp.S b/sys/lib/libkern/arch/i386/strcmp.S index e6e0d0d97e9c..4e2dbbd6871a 100644 --- a/sys/lib/libkern/arch/i386/strcmp.S +++ b/sys/lib/libkern/arch/i386/strcmp.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strcmp.S,v 1.1 1993/12/04 03:07:07 cgd Exp $ + * $Id: strcmp.S,v 1.2 1994/01/28 23:48:00 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: strcmp.S,v 1.1 1993/12/04 03:07:07 cgd Exp $" + .asciz "$Id: strcmp.S,v 1.2 1994/01/28 23:48:00 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/arch/i386/strcpy.S b/sys/lib/libkern/arch/i386/strcpy.S index cffee14ada65..4decba1a1365 100644 --- a/sys/lib/libkern/arch/i386/strcpy.S +++ b/sys/lib/libkern/arch/i386/strcpy.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strcpy.S,v 1.1 1993/12/04 03:07:21 cgd Exp $ + * $Id: strcpy.S,v 1.2 1994/01/28 23:48:02 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: strcpy.S,v 1.1 1993/12/04 03:07:21 cgd Exp $" + .asciz "$Id: strcpy.S,v 1.2 1994/01/28 23:48:02 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/arch/i386/strlen.S b/sys/lib/libkern/arch/i386/strlen.S index be167e6860da..2c65127f5613 100644 --- a/sys/lib/libkern/arch/i386/strlen.S +++ b/sys/lib/libkern/arch/i386/strlen.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strlen.S,v 1.1 1993/12/04 03:07:39 cgd Exp $ + * $Id: strlen.S,v 1.2 1994/01/28 23:48:05 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: strlen.S,v 1.1 1993/12/04 03:07:39 cgd Exp $" + .asciz "$Id: strlen.S,v 1.2 1994/01/28 23:48:05 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/htonl.c b/sys/lib/libkern/htonl.c index 8ab9c2afd2be..981c625040c7 100644 --- a/sys/lib/libkern/htonl.c +++ b/sys/lib/libkern/htonl.c @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,11 +27,11 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: htonl.c,v 1.1 1993/10/27 22:00:45 jtc Exp $ + * $Id: htonl.c,v 1.2 1994/01/28 23:47:30 jtc Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: htonl.c,v 1.1 1993/10/27 22:00:45 jtc Exp $"; +static char *rcsid = "$Id: htonl.c,v 1.2 1994/01/28 23:47:30 jtc Exp $"; #endif #include diff --git a/sys/lib/libkern/htons.c b/sys/lib/libkern/htons.c index 62fc777294c7..212deef91371 100644 --- a/sys/lib/libkern/htons.c +++ b/sys/lib/libkern/htons.c @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,11 +27,11 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: htons.c,v 1.1 1993/10/27 22:00:46 jtc Exp $ + * $Id: htons.c,v 1.2 1994/01/28 23:47:32 jtc Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: htons.c,v 1.1 1993/10/27 22:00:46 jtc Exp $"; +static char *rcsid = "$Id: htons.c,v 1.2 1994/01/28 23:47:32 jtc Exp $"; #endif #include diff --git a/sys/lib/libkern/i386/bcmp.S b/sys/lib/libkern/i386/bcmp.S index 881428ef5a19..4c55d0c8ed34 100644 --- a/sys/lib/libkern/i386/bcmp.S +++ b/sys/lib/libkern/i386/bcmp.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: bcmp.S,v 1.1 1993/12/04 03:05:16 cgd Exp $ + * $Id: bcmp.S,v 1.2 1994/01/28 23:47:48 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: bcmp.S,v 1.1 1993/12/04 03:05:16 cgd Exp $" + .asciz "$Id: bcmp.S,v 1.2 1994/01/28 23:47:48 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/i386/bzero.S b/sys/lib/libkern/i386/bzero.S index 6f6651a8212c..b15da5a301d6 100644 --- a/sys/lib/libkern/i386/bzero.S +++ b/sys/lib/libkern/i386/bzero.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: bzero.S,v 1.1 1993/12/04 03:05:44 cgd Exp $ + * $Id: bzero.S,v 1.2 1994/01/28 23:47:53 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: bzero.S,v 1.1 1993/12/04 03:05:44 cgd Exp $" + .asciz "$Id: bzero.S,v 1.2 1994/01/28 23:47:53 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/i386/ffs.S b/sys/lib/libkern/i386/ffs.S index 5e3c2640e476..eb3fba727a16 100644 --- a/sys/lib/libkern/i386/ffs.S +++ b/sys/lib/libkern/i386/ffs.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ffs.S,v 1.1 1993/12/04 03:06:03 cgd Exp $ + * $Id: ffs.S,v 1.2 1994/01/28 23:47:55 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: ffs.S,v 1.1 1993/12/04 03:06:03 cgd Exp $" + .asciz "$Id: ffs.S,v 1.2 1994/01/28 23:47:55 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/i386/strcat.S b/sys/lib/libkern/i386/strcat.S index f84aaa780315..3518424a411e 100644 --- a/sys/lib/libkern/i386/strcat.S +++ b/sys/lib/libkern/i386/strcat.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strcat.S,v 1.1 1993/12/04 03:06:53 cgd Exp $ + * $Id: strcat.S,v 1.2 1994/01/28 23:47:58 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: strcat.S,v 1.1 1993/12/04 03:06:53 cgd Exp $" + .asciz "$Id: strcat.S,v 1.2 1994/01/28 23:47:58 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/i386/strcmp.S b/sys/lib/libkern/i386/strcmp.S index e6e0d0d97e9c..4e2dbbd6871a 100644 --- a/sys/lib/libkern/i386/strcmp.S +++ b/sys/lib/libkern/i386/strcmp.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strcmp.S,v 1.1 1993/12/04 03:07:07 cgd Exp $ + * $Id: strcmp.S,v 1.2 1994/01/28 23:48:00 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: strcmp.S,v 1.1 1993/12/04 03:07:07 cgd Exp $" + .asciz "$Id: strcmp.S,v 1.2 1994/01/28 23:48:00 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/i386/strcpy.S b/sys/lib/libkern/i386/strcpy.S index cffee14ada65..4decba1a1365 100644 --- a/sys/lib/libkern/i386/strcpy.S +++ b/sys/lib/libkern/i386/strcpy.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strcpy.S,v 1.1 1993/12/04 03:07:21 cgd Exp $ + * $Id: strcpy.S,v 1.2 1994/01/28 23:48:02 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: strcpy.S,v 1.1 1993/12/04 03:07:21 cgd Exp $" + .asciz "$Id: strcpy.S,v 1.2 1994/01/28 23:48:02 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/i386/strlen.S b/sys/lib/libkern/i386/strlen.S index be167e6860da..2c65127f5613 100644 --- a/sys/lib/libkern/i386/strlen.S +++ b/sys/lib/libkern/i386/strlen.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strlen.S,v 1.1 1993/12/04 03:07:39 cgd Exp $ + * $Id: strlen.S,v 1.2 1994/01/28 23:48:05 jtc Exp $ */ #if defined(LIBC_SCCS) .text - .asciz "$Id: strlen.S,v 1.1 1993/12/04 03:07:39 cgd Exp $" + .asciz "$Id: strlen.S,v 1.2 1994/01/28 23:48:05 jtc Exp $" #endif #include "DEFS.h" diff --git a/sys/lib/libkern/ntohl.c b/sys/lib/libkern/ntohl.c index 112a467b6f81..c2d5802d6878 100644 --- a/sys/lib/libkern/ntohl.c +++ b/sys/lib/libkern/ntohl.c @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,11 +27,11 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ntohl.c,v 1.1 1993/10/27 22:00:48 jtc Exp $ + * $Id: ntohl.c,v 1.2 1994/01/28 23:47:34 jtc Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: ntohl.c,v 1.1 1993/10/27 22:00:48 jtc Exp $"; +static char *rcsid = "$Id: ntohl.c,v 1.2 1994/01/28 23:47:34 jtc Exp $"; #endif #include diff --git a/sys/lib/libnetboot/boot_tftp.c b/sys/lib/libnetboot/boot_tftp.c index cec5cf90fdf8..eb410090db14 100644 --- a/sys/lib/libnetboot/boot_tftp.c +++ b/sys/lib/libnetboot/boot_tftp.c @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: boot_tftp.c,v 1.2 1993/10/16 07:57:40 cgd Exp $ + * $Id: boot_tftp.c,v 1.3 1994/01/28 23:48:12 jtc Exp $ */ #include diff --git a/sys/sys/acctbuf.h b/sys/sys/acctbuf.h index 8e933a2b1a46..4fbcd03457d7 100644 --- a/sys/sys/acctbuf.h +++ b/sys/sys/acctbuf.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: acctbuf.h,v 1.3 1993/06/02 01:44:10 cgd Exp $ + * $Id: acctbuf.h,v 1.4 1994/01/28 23:48:32 jtc Exp $ */ #ifndef _SYS_ACCTBUF_H_ diff --git a/sys/sys/exec_aout.h b/sys/sys/exec_aout.h index 350786978579..a059786e0ec5 100644 --- a/sys/sys/exec_aout.h +++ b/sys/sys/exec_aout.h @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec_aout.h,v 1.2 1994/01/16 03:05:02 cgd Exp $ + * $Id: exec_aout.h,v 1.3 1994/01/28 23:48:34 jtc Exp $ */ #ifndef _SYS_EXEC_AOUT_H_ diff --git a/sys/sys/exec_script.h b/sys/sys/exec_script.h index 912195fe5e21..59d5f7ef9911 100644 --- a/sys/sys/exec_script.h +++ b/sys/sys/exec_script.h @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Christopher G. Demetriou. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec_script.h,v 1.1 1994/01/16 03:05:04 cgd Exp $ + * $Id: exec_script.h,v 1.2 1994/01/28 23:48:36 jtc Exp $ */ #ifndef _SYS_EXEC_SCRIPT_H_ diff --git a/sys/sys/procfs.h b/sys/sys/procfs.h index e48a8892d193..9bd9acdd598e 100644 --- a/sys/sys/procfs.h +++ b/sys/sys/procfs.h @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Paul Kranenburg. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: procfs.h,v 1.3 1993/08/24 16:47:42 pk Exp $ + * $Id: procfs.h,v 1.4 1994/01/28 23:48:38 jtc Exp $ */ #ifndef _SYS_PROCFS_H_ #define _SYS_PROCFS_H_ diff --git a/sys/sys/select.h b/sys/sys/select.h index 18f3498facf0..fdf724cf8b09 100644 --- a/sys/sys/select.h +++ b/sys/sys/select.h @@ -11,7 +11,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: select.h,v 1.5 1993/05/20 16:23:02 cgd Exp $ + * $Id: select.h,v 1.6 1994/01/28 23:48:41 jtc Exp $ */ #ifndef _SYS_SELECT_H_