It's more portable to use <errno.h> than <sys/errno.h>
Pointed-out-by: bde (a long while ago)
This commit is contained in:
parent
0cb2e609d9
commit
1ee36a5be6
@ -34,18 +34,18 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: misc.c,v 1.8 1997/10/08 12:59:14 eivind Exp $
|
* $Id: misc.c,v 1.9 1997/10/09 10:50:54 eivind Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char const sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
|
static char const sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/errno.h>
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user