Revert $FreeBSD$ to $Id$

This commit is contained in:
Peter Wemm 1997-02-22 15:12:41 +00:00
parent a794df83c5
commit 7e546392b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22993
639 changed files with 720 additions and 720 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
SUBDIR=

View file

@ -1,3 +1,3 @@
# $FreeBSD$
# $Id$
LIBCOMPATDIR?= ${LIBDIR}/compat

View file

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
DISTRIBUTION= compat1x

View file

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
DISTRIBUTION= compat20

View file

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
DISTRIBUTION= compat21

View file

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
# $FreeBSD$
# $Id$
CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer
OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
/*

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#include <sys/param.h>

View file

@ -35,7 +35,7 @@
*
* from: @(#)SYS.h 5.5 (Berkeley) 5/7/91
*
* $FreeBSD$
* $Id$
*/
#include <sys/syscall.h>

View file

@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$
# $Id$
SRCS+= isinf.c infinity.c
SRCS+= _setjmp.S alloca.S fabs.S ldexp.c modf.S setjmp.S sigsetjmp.S

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/*

View file

@ -30,11 +30,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
static const char rcsid[] = "$FreeBSD$";
static const char rcsid[] = "$Id$";
#endif /* LIBC_RCS and not lint */
#include <sys/types.h>

View file

@ -1,6 +1,6 @@
/*
* infinity.c
* $FreeBSD$
* $Id$
*/
#include <math.h>

View file

@ -30,11 +30,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
static const char rcsid[] = "$FreeBSD$";
static const char rcsid[] = "$Id$";
#endif /* LIBC_RCS and not lint */
#include <sys/types.h>

View file

@ -33,11 +33,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
static const char rcsid[] = "$FreeBSD$";
static const char rcsid[] = "$Id$";
#endif /* LIBC_RCS and not lint */
/*

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/*

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -1,4 +1,4 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$
# $Id$
SRCS+= htonl.S htons.S ntohl.S ntohs.S

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/* netorder = htonl(hostorder) */

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/* netorder = htons(hostorder) */

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/* hostorder = ntohl(netorder) */

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/* hostorder = ntohs(netorder) */

View file

@ -1,5 +1,5 @@
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
# $FreeBSD$
# $Id$
.PATH: ${.CURDIR}/${MACHINE}/sys

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* SYSLIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mpool.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\" $Id$
.\"
.TH MPOOL 3 "June 4, 1993"
.UC 7

View file

@ -1,6 +1,6 @@
/******************************************************************************
VERSION $FreeBSD$
VERSION $Id$
PACKAGE: User Level Shared Memory Manager
DESCRIPTION:

View file

@ -1,5 +1,5 @@
# From: @(#)Makefile.inc 8.3 (Berkeley) 4/16/94
# $FreeBSD$
# $Id$
# machine-independent gen sources
.PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen

View file

@ -34,7 +34,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char sccsid[] = "From: @(#)uname.c 8.1 (Berkeley) 1/4/94";*/
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View file

@ -6,12 +6,12 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
* $FreeBSD$
* $Id$
*
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif /* LIBC_SCCS and not lint */
/*

View file

@ -5,7 +5,7 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" ----------------------------------------------------------------------------
.\"
.\" $FreeBSD$
.\" $Id$
.\"
.Dd November 13, 1994
.Dt config_open 3

View file

@ -36,7 +36,7 @@
static char sccsid[] = "@(#)disklabel.c 8.2 (Berkeley) 5/3/95";
#endif
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* not lint */
#include <sys/param.h>

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)err.3 8.1 (Berkeley) 6/9/93
.\" $FreeBSD$
.\" $Id$
.\"
.Dd April 13, 1995
.Dt ERR 3

View file

@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD$
.\" $Id$
.Dd June 24, 1994
.Os
.Dt ftok 3

View file

@ -26,7 +26,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$FreeBSD$";
static char *rcsid = "$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)gethostname.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\" $Id$
.\"
.Dd September 23, 1994
.Dt GETBOOTFILE 3

View file

@ -34,7 +34,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char sccsid[] = "From: @(#)gethostname.c 8.1 (Berkeley) 6/4/93";*/
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)gethostname.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\" $Id$
.\"
.Dd May 6, 1994
.Dt GETDOMAINNAME 3

View file

@ -36,7 +36,7 @@
static char sccsid[] = "From: @(#)gethostname.c 8.1 (Berkeley) 6/4/93";
*/
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)getgrent.3 8.2 (Berkeley) 4/19/94
.\" $FreeBSD$
.\" $Id$
.\"
.Dd September 29, 1994
.Dt GETGRENT 3

View file

@ -36,7 +36,7 @@
static char sccsid[] = "@(#)gethostid.c 8.1 (Berkeley) 6/2/93";
*/
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View file

@ -1,4 +1,4 @@
.\" $FreeBSD$
.\" $Id$
.\" Written by Garrett A. Wollman, September 1994.
.\" This manual page is in the public domain.
.\"

View file

@ -33,7 +33,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View file

@ -36,7 +36,7 @@
static char sccsid[] = "From: @(#)sethostname.c 8.1 (Berkeley) 6/4/93";
*/
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View file

@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
.\" $FreeBSD$
.\" $Id$
.\"
.\" The following requests are required for all man pages.
.Dd December 16, 1995

View file

@ -14,7 +14,7 @@
* 3. Absolutely no warranty of function or purpose is made by the author
* Peter Wemm.
*
* $FreeBSD$
* $Id$
*/
#include <sys/types.h>

View file

@ -1,5 +1,5 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$FreeBSD$";
static char *rcsid = "$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View file

@ -1,5 +1,5 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$FreeBSD$";
static char *rcsid = "$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View file

@ -1,5 +1,5 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$FreeBSD$";
static char *rcsid = "$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View file

@ -1,5 +1,5 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$FreeBSD$";
static char *rcsid = "$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View file

@ -36,7 +36,7 @@
static char sccsid[] = "From: @(#)syslog.c 8.4 (Berkeley) 3/18/94";
*/
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)ualarm.3 8.2 (Berkeley) 4/19/94
.\" $FreeBSD$
.\" $Id$
.\"
.Dd April 19, 1994
.Dt UALARM 3

View file

@ -34,7 +34,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char sccsid[] = "From: @(#)uname.c 8.1 (Berkeley) 1/4/94";*/
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)vis.3 8.1 (Berkeley) 6/9/93
.\" $FreeBSD$
.\" $Id$
.\"
.Dd July 25, 1996
.Dt VIS 3

View file

@ -36,7 +36,7 @@
static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif
#include <sys/param.h>

View file

@ -35,7 +35,7 @@
*
* from: @(#)DEFS.h 5.1 (Berkeley) 4/23/90
*
* $FreeBSD$
* $Id$
*/
#include <sys/cdefs.h>

View file

@ -35,7 +35,7 @@
*
* from: @(#)SYS.h 5.5 (Berkeley) 5/7/91
*
* $FreeBSD$
* $Id$
*/
#include <sys/syscall.h>

View file

@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$
# $Id$
SRCS+= isinf.c infinity.c
SRCS+= _setjmp.S alloca.S fabs.S ldexp.c modf.S setjmp.S sigsetjmp.S

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/*

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/* like alloc, but automatic automatic free in return */

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -30,11 +30,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
static const char rcsid[] = "$FreeBSD$";
static const char rcsid[] = "$Id$";
#endif /* LIBC_RCS and not lint */
#include <sys/types.h>

View file

@ -1,6 +1,6 @@
/*
* infinity.c
* $FreeBSD$
* $Id$
*/
#include <math.h>

View file

@ -30,11 +30,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
static const char rcsid[] = "$FreeBSD$";
static const char rcsid[] = "$Id$";
#endif /* LIBC_RCS and not lint */
#include <sys/types.h>

View file

@ -33,11 +33,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
static const char rcsid[] = "$FreeBSD$";
static const char rcsid[] = "$Id$";
#endif /* LIBC_RCS and not lint */
/*

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/*

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/*

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -1,4 +1,4 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$
# $Id$
SRCS+= htonl.S htons.S ntohl.S ntohs.S

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/* netorder = htonl(hostorder) */

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/* netorder = htons(hostorder) */

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/* hostorder = ntohl(netorder) */

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
/* hostorder = ntohs(netorder) */

View file

@ -1,4 +1,4 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$
# $Id$
SRCS+= abs.S

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$
# $Id$
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \
memmove.S memset.S \

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -32,12 +32,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -32,12 +32,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -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.
*
* $FreeBSD$
* $Id$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
.asciz "$Id$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

Some files were not shown because too many files have changed in this diff Show more