Prototypes have moved: change inclusion of <unistd.h> to <stdlib.h>.

This commit is contained in:
kleink 1998-06-01 20:16:37 +00:00
parent 1a288eef77
commit 4c4cda3733

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mktemp.3,v 1.9 1998/02/05 18:49:27 perry Exp $
.\" $NetBSD: mktemp.3,v 1.10 1998/06/01 20:16:37 kleink Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -43,7 +43,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.Fd #include <unistd.h>
.Fd #include <stdlib.h>
.Ft char *
.Fn mktemp "char *template"
.Ft int