include unistd.h
This commit is contained in:
parent
0a8ce08607
commit
d213a54fe9
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: join.c,v 1.13 1998/08/25 20:59:38 ross Exp $ */
|
||||
/* $NetBSD: join.c,v 1.14 1998/10/13 17:02:17 wsanchez Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991 The Regents of the University of California.
|
||||
|
@ -48,7 +48,7 @@ __COPYRIGHT(
|
|||
#if 0
|
||||
static char sccsid[] = "from: @(#)join.c 5.1 (Berkeley) 11/18/91";
|
||||
#else
|
||||
__RCSID("$NetBSD: join.c,v 1.13 1998/08/25 20:59:38 ross Exp $");
|
||||
__RCSID("$NetBSD: join.c,v 1.14 1998/10/13 17:02:17 wsanchez Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -58,6 +58,7 @@ __RCSID("$NetBSD: join.c,v 1.13 1998/08/25 20:59:38 ross Exp $");
|
|||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: paste.c,v 1.5 1998/02/03 03:56:44 perry Exp $ */
|
||||
/* $NetBSD: paste.c,v 1.6 1998/10/13 17:02:16 wsanchez Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993
|
||||
|
@ -44,7 +44,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
|
|||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)paste.c 8.1 (Berkeley) 6/6/93";*/
|
||||
__RCSID("$NetBSD: paste.c,v 1.5 1998/02/03 03:56:44 perry Exp $");
|
||||
__RCSID("$NetBSD: paste.c,v 1.6 1998/10/13 17:02:16 wsanchez Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -53,6 +53,7 @@ __RCSID("$NetBSD: paste.c,v 1.5 1998/02/03 03:56:44 perry Exp $");
|
|||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue