one <unistd.h> is enough

fixes PR misc/21339 by Igor Sobrado
This commit is contained in:
jdolecek 2003-04-27 10:38:42 +00:00
parent ee5c723638
commit e13853c3cc
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: users.c,v 1.10 2002/08/01 23:51:20 christos Exp $ */
/* $NetBSD: users.c,v 1.11 2003/04/27 10:38:42 jdolecek Exp $ */
/*
* Copyright (c) 1980, 1987, 1993
@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1987, 1993\n\
#if 0
static char sccsid[] = "@(#)users.c 8.1 (Berkeley) 6/6/93";
#endif
__RCSID("$NetBSD: users.c,v 1.10 2002/08/01 23:51:20 christos Exp $");
__RCSID("$NetBSD: users.c,v 1.11 2003/04/27 10:38:42 jdolecek Exp $");
#endif /* not lint */
#include <sys/types.h>
@ -52,7 +52,6 @@ __RCSID("$NetBSD: users.c,v 1.10 2002/08/01 23:51:20 christos Exp $");
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <unistd.h>