Fix spelling error in Copyright notice

This commit is contained in:
jtc 1994-01-28 20:34:33 +00:00
parent ad127b0a0a
commit e2c220f94b
22 changed files with 64 additions and 64 deletions

View File

@ -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: div.S,v 1.2 1993/10/21 01:40:19 jtc Exp $
* $Id: div.S,v 1.3 1994/01/28 20:35:02 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: div.S,v 1.2 1993/10/21 01:40:19 jtc Exp $"
.asciz "$Id: div.S,v 1.3 1994/01/28 20:35:02 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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: ldiv.S,v 1.2 1993/10/21 01:40:21 jtc Exp $
* $Id: ldiv.S,v 1.3 1994/01/28 20:35:06 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: ldiv.S,v 1.2 1993/10/21 01:40:21 jtc Exp $"
.asciz "$Id: ldiv.S,v 1.3 1994/01/28 20:35:06 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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.2 1993/10/21 01:40:26 jtc Exp $
* $Id: bcmp.S,v 1.3 1994/01/28 20:34:33 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: bcmp.S,v 1.2 1993/10/21 01:40:26 jtc Exp $"
.asciz "$Id: bcmp.S,v 1.3 1994/01/28 20:34:33 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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.3 1993/10/21 01:48:29 jtc Exp $
* $Id: bzero.S,v 1.4 1994/01/28 20:34:35 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: bzero.S,v 1.3 1993/10/21 01:48:29 jtc Exp $"
.asciz "$Id: bzero.S,v 1.4 1994/01/28 20:34:35 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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.3 1993/10/21 01:48:32 jtc Exp $
* $Id: ffs.S,v 1.4 1994/01/28 20:34:37 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: ffs.S,v 1.3 1993/10/21 01:48:32 jtc Exp $"
.asciz "$Id: ffs.S,v 1.4 1994/01/28 20:34:37 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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: index.S,v 1.3 1993/12/08 22:10:14 jtc Exp $
* $Id: index.S,v 1.4 1994/01/28 20:34:38 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: index.S,v 1.3 1993/12/08 22:10:14 jtc Exp $"
.asciz "$Id: index.S,v 1.4 1994/01/28 20:34:38 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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: memchr.S,v 1.2 1993/10/21 01:40:32 jtc Exp $
* $Id: memchr.S,v 1.3 1994/01/28 20:34:40 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: memchr.S,v 1.2 1993/10/21 01:40:32 jtc Exp $"
.asciz "$Id: memchr.S,v 1.3 1994/01/28 20:34:40 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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: memcmp.S,v 1.2 1993/10/21 01:40:33 jtc Exp $
* $Id: memcmp.S,v 1.3 1994/01/28 20:34:42 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: memcmp.S,v 1.2 1993/10/21 01:40:33 jtc Exp $"
.asciz "$Id: memcmp.S,v 1.3 1994/01/28 20:34:42 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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: memset.S,v 1.4 1993/12/10 10:51:11 mycroft Exp $
* $Id: memset.S,v 1.5 1994/01/28 20:34:43 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: memset.S,v 1.4 1993/12/10 10:51:11 mycroft Exp $"
.asciz "$Id: memset.S,v 1.5 1994/01/28 20:34:43 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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: rindex.S,v 1.4 1993/12/08 22:10:16 jtc Exp $
* $Id: rindex.S,v 1.5 1994/01/28 20:34:46 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: rindex.S,v 1.4 1993/12/08 22:10:16 jtc Exp $"
.asciz "$Id: rindex.S,v 1.5 1994/01/28 20:34:46 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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.2 1993/10/21 01:40:37 jtc Exp $
* $Id: strcat.S,v 1.3 1994/01/28 20:34:48 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: strcat.S,v 1.2 1993/10/21 01:40:37 jtc Exp $"
.asciz "$Id: strcat.S,v 1.3 1994/01/28 20:34:48 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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.4 1993/10/21 01:48:35 jtc Exp $
* $Id: strcmp.S,v 1.5 1994/01/28 20:34:49 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: strcmp.S,v 1.4 1993/10/21 01:48:35 jtc Exp $"
.asciz "$Id: strcmp.S,v 1.5 1994/01/28 20:34:49 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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.2 1993/10/21 01:40:40 jtc Exp $
* $Id: strcpy.S,v 1.3 1994/01/28 20:34:51 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: strcpy.S,v 1.2 1993/10/21 01:40:40 jtc Exp $"
.asciz "$Id: strcpy.S,v 1.3 1994/01/28 20:34:51 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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.2 1993/10/21 01:40:41 jtc Exp $
* $Id: strlen.S,v 1.3 1994/01/28 20:34:53 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: strlen.S,v 1.2 1993/10/21 01:40:41 jtc Exp $"
.asciz "$Id: strlen.S,v 1.3 1994/01/28 20:34:53 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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: strncmp.S,v 1.4 1993/10/21 01:48:36 jtc Exp $
* $Id: strncmp.S,v 1.5 1994/01/28 20:34:55 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: strncmp.S,v 1.4 1993/10/21 01:48:36 jtc Exp $"
.asciz "$Id: strncmp.S,v 1.5 1994/01/28 20:34:55 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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: swab.S,v 1.4 1993/11/25 01:18:24 jtc Exp $
* $Id: swab.S,v 1.5 1994/01/28 20:34:57 jtc Exp $
*/
#if defined(LIBC_SCCS)
.text
.asciz "$Id: swab.S,v 1.4 1993/11/25 01:18:24 jtc Exp $"
.asciz "$Id: swab.S,v 1.5 1994/01/28 20:34:57 jtc Exp $"
#endif
#include "DEFS.h"

View File

@ -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/08/31 19:00:13 jtc Exp $
* $Id: htonl.c,v 1.2 1994/01/28 20:36:32 jtc Exp $
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$Id: htonl.c,v 1.1 1993/08/31 19:00:13 jtc Exp $";
static char *rcsid = "$Id: htonl.c,v 1.2 1994/01/28 20:36:32 jtc Exp $";
#endif
#include <machine/endian.h>

View File

@ -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/08/31 19:00:14 jtc Exp $
* $Id: htons.c,v 1.2 1994/01/28 20:36:36 jtc Exp $
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$Id: htons.c,v 1.1 1993/08/31 19:00:14 jtc Exp $";
static char *rcsid = "$Id: htons.c,v 1.2 1994/01/28 20:36:36 jtc Exp $";
#endif
#include <machine/endian.h>

View File

@ -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/08/31 19:00:15 jtc Exp $
* $Id: ntohl.c,v 1.2 1994/01/28 20:36:39 jtc Exp $
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$Id: ntohl.c,v 1.1 1993/08/31 19:00:15 jtc Exp $";
static char *rcsid = "$Id: ntohl.c,v 1.2 1994/01/28 20:36:39 jtc Exp $";
#endif
#include <machine/endian.h>

View File

@ -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: ntohs.c,v 1.1 1993/08/31 19:00:16 jtc Exp $
* $Id: ntohs.c,v 1.2 1994/01/28 20:36:41 jtc Exp $
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$Id: ntohs.c,v 1.1 1993/08/31 19:00:16 jtc Exp $";
static char *rcsid = "$Id: ntohs.c,v 1.2 1994/01/28 20:36:41 jtc Exp $";
#endif
#include <machine/endian.h>

View File

@ -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
@ -29,7 +29,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$Id: a64l.c,v 1.1 1993/10/22 17:26:44 jtc Exp $";
static char *rcsid = "$Id: a64l.c,v 1.2 1994/01/28 20:36:54 jtc Exp $";
#endif
long

View File

@ -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
@ -29,7 +29,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$Id: l64a.c,v 1.1 1993/10/22 17:26:46 jtc Exp $";
static char *rcsid = "$Id: l64a.c,v 1.2 1994/01/28 20:36:57 jtc Exp $";
#endif
#include <stddef.h>