new RCS ID format.
This commit is contained in:
parent
69d2deb545
commit
6668f51c96
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.5 1994/08/22 21:55:58 brezak Exp $
|
||||
# $NetBSD: Makefile,v 1.6 1994/10/26 05:44:32 cgd Exp $
|
||||
|
||||
LIB= sa
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.inc,v 1.1 1994/01/26 02:03:34 brezak Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.2 1994/10/26 05:44:33 cgd Exp $
|
||||
#
|
||||
# NOTE: $S must correspond to the top of the 'sys' tree
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: alloc.c,v 1.3 1994/10/26 05:44:34 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -33,7 +35,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)alloc.c 8.1 (Berkeley) 6/11/93
|
||||
* @(#)alloc.c 8.1 (Berkeley) 6/11/93
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1989, 1990, 1991 Carnegie Mellon University
|
||||
|
@ -60,8 +62,6 @@
|
|||
*
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: alloc.c,v 1.2 1994/07/27 07:39:17 cgd Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: arp.c,v 1.3 1994/10/26 05:44:36 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
|
@ -34,8 +36,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from @(#) Header: arp.c,v 1.5 93/07/15 05:52:26 leres Exp (LBL)
|
||||
* $Id: arp.c,v 1.2 1994/08/04 19:39:34 brezak Exp $
|
||||
* @(#) Header: arp.c,v 1.5 93/07/15 05:52:26 leres Exp (LBL)
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: bcopy.c,v 1.4 1994/10/26 05:44:37 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -30,8 +32,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)bcopy.c 8.1 (Berkeley) 6/11/93
|
||||
* $Id: bcopy.c,v 1.3 1994/07/27 07:38:17 cgd Exp $
|
||||
* @(#)bcopy.c 8.1 (Berkeley) 6/11/93
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: bootp.c,v 1.2 1994/10/26 05:44:38 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
|
@ -34,8 +36,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from @(#) Header: bootp.c,v 1.4 93/09/11 03:13:51 leres Exp (LBL)
|
||||
* $Id: bootp.c,v 1.1 1994/05/08 16:11:17 brezak Exp $
|
||||
* @(#) Header: bootp.c,v 1.4 93/09/11 03:13:51 leres Exp (LBL)
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* @(#) $Header: /cvsroot/src/sys/lib/libsa/bootp.h,v 1.1 1994/05/08 16:11:18 brezak Exp $ (LBL) */
|
||||
/* $NetBSD: bootp.h,v 1.2 1994/10/26 05:44:39 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Bootstrap Protocol (BOOTP). RFC951 and RFC1048.
|
||||
*
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: close.c,v 1.4 1994/10/26 05:44:40 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -33,7 +35,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)close.c 8.1 (Berkeley) 6/11/93
|
||||
* @(#)close.c 8.1 (Berkeley) 6/11/93
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1989, 1990, 1991 Carnegie Mellon University
|
||||
|
@ -60,8 +62,6 @@
|
|||
*
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: close.c,v 1.3 1994/08/22 21:55:59 brezak Exp $
|
||||
*/
|
||||
|
||||
#include "stand.h"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: dev.c,v 1.3 1994/10/26 05:44:41 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -30,8 +32,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)dev.c 8.1 (Berkeley) 6/11/93
|
||||
* $Id: dev.c,v 1.2 1994/08/22 21:56:01 brezak Exp $
|
||||
* @(#)dev.c 8.1 (Berkeley) 6/11/93
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: disklabel.c,v 1.3 1994/10/26 05:44:42 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -30,8 +32,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)disklabel.c 8.1 (Berkeley) 6/11/93
|
||||
* $Id: disklabel.c,v 1.2 1994/08/22 21:56:02 brezak Exp $
|
||||
* @(#)disklabel.c 8.1 (Berkeley) 6/11/93
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: ether.c,v 1.2 1994/10/26 05:44:43 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
|
@ -34,7 +36,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from @(#) Header: net.c,v 1.9 93/08/06 19:32:15 leres Exp (LBL)
|
||||
* @(#) Header: net.c,v 1.9 93/08/06 19:32:15 leres Exp (LBL)
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: exec.c,v 1.3 1994/10/26 05:44:44 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1990, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -29,8 +31,6 @@
|
|||
* LIABILITY, OR TORT (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.c,v 1.2 1994/08/22 21:56:03 brezak Exp $
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: exit.c,v 1.4 1994/10/26 05:44:44 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993 John Brezak
|
||||
* All rights reserved.
|
||||
|
@ -24,8 +26,6 @@
|
|||
* STRICT LIABILITY, OR TORT (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 $
|
||||
*/
|
||||
#ifdef __STDC__
|
||||
#include <stdarg.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: getfile.c,v 1.3 1994/10/26 05:44:45 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -30,8 +32,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)getfile.c 8.1 (Berkeley) 6/11/93
|
||||
* $Id: getfile.c,v 1.2 1994/08/22 21:56:06 brezak Exp $
|
||||
* @(#)getfile.c 8.1 (Berkeley) 6/11/93
|
||||
*/
|
||||
#include "stand.h"
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: gets.c,v 1.5 1994/10/26 05:44:46 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -30,8 +32,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)gets.c 8.1 (Berkeley) 6/11/93
|
||||
* $Id: gets.c,v 1.4 1994/08/22 21:56:07 brezak Exp $
|
||||
* @(#)gets.c 8.1 (Berkeley) 6/11/93
|
||||
*/
|
||||
|
||||
#include "stand.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: globals.c,v 1.2 1994/10/26 05:44:47 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* globals.c:
|
||||
*
|
||||
* global variables should be separate, so nothing else
|
||||
* must be included extraneously.
|
||||
*
|
||||
* $Id: globals.c,v 1.1 1994/05/08 16:11:23 brezak Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: in_cksum.c,v 1.2 1994/10/26 05:44:48 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
|
@ -34,8 +36,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from @(#) Header: in_cksum.c,v 1.1 92/09/11 01:15:55 leres Exp (LBL)
|
||||
* $Id: in_cksum.c,v 1.1 1994/05/08 16:11:24 brezak Exp $
|
||||
* @(#) Header: in_cksum.c,v 1.1 92/09/11 01:15:55 leres Exp (LBL)
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: ioctl.c,v 1.3 1994/10/26 05:44:49 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -33,7 +35,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)ioctl.c 8.1 (Berkeley) 6/11/93
|
||||
* @(#)ioctl.c 8.1 (Berkeley) 6/11/93
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1989, 1990, 1991 Carnegie Mellon University
|
||||
|
@ -60,8 +62,6 @@
|
|||
*
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: ioctl.c,v 1.2 1994/05/08 16:11:25 brezak Exp $
|
||||
*/
|
||||
|
||||
#include "stand.h"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: iodesc.h,v 1.2 1994/10/26 05:44:50 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993 Adam Glass
|
||||
* Copyright (c) 1992 Regents of the University of California.
|
||||
|
@ -34,8 +36,6 @@
|
|||
* LIABILITY, OR TORT (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: iodesc.h,v 1.1 1994/05/08 16:11:26 brezak Exp $
|
||||
*/
|
||||
|
||||
#ifndef __SYS_LIBNETBOOT_IODESC_H
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: lseek.c,v 1.2 1994/10/26 05:44:51 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -33,7 +35,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)lseek.c 8.1 (Berkeley) 6/11/93
|
||||
* @(#)lseek.c 8.1 (Berkeley) 6/11/93
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1989, 1990, 1991 Carnegie Mellon University
|
||||
|
@ -60,8 +62,6 @@
|
|||
*
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: lseek.c,v 1.1 1994/01/26 02:03:51 brezak Exp $
|
||||
*/
|
||||
|
||||
#include "stand.h"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: net.c,v 1.3 1994/10/26 05:44:52 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
|
@ -34,7 +36,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from @(#) Header: net.c,v 1.9 93/08/06 19:32:15 leres Exp (LBL)
|
||||
* @(#) Header: net.c,v 1.9 93/08/06 19:32:15 leres Exp (LBL)
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: net.h,v 1.2 1994/10/26 05:44:52 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993 Adam Glass
|
||||
* Copyright (c) 1992 Regents of the University of California.
|
||||
|
@ -34,8 +36,6 @@
|
|||
* LIABILITY, OR TORT (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: net.h,v 1.1 1994/05/08 16:11:28 brezak Exp $
|
||||
*/
|
||||
|
||||
#include "iodesc.h"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: netif.c,v 1.2 1994/10/26 05:44:53 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993 Adam Glass
|
||||
* All rights reserved.
|
||||
|
@ -27,8 +29,6 @@
|
|||
* LIABILITY, OR TORT (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: netif.c,v 1.1 1994/05/08 16:11:29 brezak Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* $NetBSD: netif.h,v 1.2 1994/10/26 05:44:54 cgd Exp $ */
|
||||
|
||||
#ifndef __SYS_LIBNETBOOT_NETIF_H
|
||||
#define __SYS_LIBNETBOOT_NETIF_H
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: nfs.c,v 1.4 1994/10/26 05:44:55 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993 John Brezak
|
||||
* All rights reserved.
|
||||
|
@ -24,8 +26,6 @@
|
|||
* STRICT LIABILITY, OR TORT (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: nfs.c,v 1.3 1994/08/22 21:56:08 brezak Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: nfs.h,v 1.2 1994/10/26 05:44:56 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -29,8 +31,6 @@
|
|||
* LIABILITY, OR TORT (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: nfs.h,v 1.1 1994/05/08 16:11:32 brezak Exp $
|
||||
*/
|
||||
|
||||
int nfs_open __P((char *path, struct open_file *f));
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: open.c,v 1.5 1994/10/26 05:44:57 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -33,7 +35,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* From: @(#)open.c 8.1 (Berkeley) 6/11/93
|
||||
* @(#)open.c 8.1 (Berkeley) 6/11/93
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1989, 1990, 1991 Carnegie Mellon University
|
||||
|
@ -60,8 +62,6 @@
|
|||
*
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: open.c,v 1.4 1994/07/18 18:41:12 pk Exp $
|
||||
*/
|
||||
|
||||
#include "stand.h"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: printf.c,v 1.4 1994/10/26 05:44:58 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -30,8 +32,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)printf.c 8.1 (Berkeley) 6/11/93
|
||||
* $Id: printf.c,v 1.3 1994/08/22 21:56:10 brezak Exp $
|
||||
* @(#)printf.c 8.1 (Berkeley) 6/11/93
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: rarp.c,v 1.4 1994/10/26 05:44:59 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
|
@ -34,8 +36,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from @(#) Header: arp.c,v 1.5 93/07/15 05:52:26 leres Exp (LBL)
|
||||
* $Id: rarp.c,v 1.3 1994/08/04 19:39:37 brezak Exp $
|
||||
* @(#) Header: arp.c,v 1.5 93/07/15 05:52:26 leres Exp (LBL)
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: read.c,v 1.3 1994/10/26 05:45:00 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -33,7 +35,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)read.c 8.1 (Berkeley) 6/11/93
|
||||
* @(#)read.c 8.1 (Berkeley) 6/11/93
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1989, 1990, 1991 Carnegie Mellon University
|
||||
|
@ -60,8 +62,6 @@
|
|||
*
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: read.c,v 1.2 1994/08/22 21:56:11 brezak Exp $
|
||||
*/
|
||||
|
||||
#include "stand.h"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: rpc.c,v 1.2 1994/10/26 05:45:01 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
|
@ -34,8 +36,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from @(#) Header: rpc.c,v 1.12 93/09/28 08:31:56 leres Exp (LBL)
|
||||
* $Id: rpc.c,v 1.1 1994/05/08 16:11:35 brezak Exp $
|
||||
* @(#) Header: rpc.c,v 1.12 93/09/28 08:31:56 leres Exp (LBL)
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: rpc.h,v 1.2 1994/10/26 05:45:03 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
|
@ -33,8 +35,6 @@
|
|||
* LIABILITY, OR TORT (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: rpc.h,v 1.1 1994/05/08 16:11:36 brezak Exp $
|
||||
*/
|
||||
|
||||
/* XXX defines we can't easily get from system includes */
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: saioctl.h,v 1.2 1994/10/26 05:45:04 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -30,8 +32,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)saioctl.h 8.1 (Berkeley) 6/11/93
|
||||
* $Id: saioctl.h,v 1.1 1994/01/26 02:03:57 brezak Exp $
|
||||
* @(#)saioctl.h 8.1 (Berkeley) 6/11/93
|
||||
*/
|
||||
|
||||
/* ioctl's -- for disks just now */
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: stand.h,v 1.5 1994/10/26 05:45:05 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -30,8 +32,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)stand.h 8.1 (Berkeley) 6/11/93
|
||||
* $Id: stand.h,v 1.4 1994/08/22 21:56:13 brezak Exp $
|
||||
* @(#)stand.h 8.1 (Berkeley) 6/11/93
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: stat.c,v 1.3 1994/10/26 05:45:07 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -30,8 +32,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)stat.c 8.1 (Berkeley) 6/11/93
|
||||
* $Id: stat.c,v 1.2 1994/08/22 21:56:14 brezak Exp $
|
||||
* @(#)stat.c 8.1 (Berkeley) 6/11/93
|
||||
*/
|
||||
|
||||
#include "stand.h"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: strerror.c,v 1.4 1994/10/26 05:45:08 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -29,8 +31,6 @@
|
|||
* LIABILITY, OR TORT (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: strerror.c,v 1.3 1994/08/04 19:39:41 brezak Exp $
|
||||
*/
|
||||
|
||||
#include "saerrno.h"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: ufs.c,v 1.8 1994/10/26 05:45:09 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -32,8 +34,6 @@
|
|||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)ufs.c 8.1 (Berkeley) 6/11/93
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1990, 1991 Carnegie Mellon University
|
||||
|
@ -60,8 +60,6 @@
|
|||
*
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: ufs.c,v 1.7 1994/08/22 21:56:15 brezak Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: ufs.h,v 1.2 1994/10/26 05:45:10 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -30,8 +32,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)ufs.h 8.1 (Berkeley) 6/11/93
|
||||
* $Id: ufs.h,v 1.1 1994/01/26 02:04:02 brezak Exp $
|
||||
* @(#)ufs.h 8.1 (Berkeley) 6/11/93
|
||||
*/
|
||||
|
||||
int ufs_open __P((char *path, struct open_file *f));
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: write.c,v 1.3 1994/10/26 05:45:11 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -33,7 +35,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)write.c 8.1 (Berkeley) 6/11/93
|
||||
* @(#)write.c 8.1 (Berkeley) 6/11/93
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1989, 1990, 1991 Carnegie Mellon University
|
||||
|
@ -60,8 +62,6 @@
|
|||
*
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: write.c,v 1.2 1994/08/22 21:56:17 brezak Exp $
|
||||
*/
|
||||
|
||||
#include "stand.h"
|
||||
|
|
Loading…
Reference in New Issue