78549386ce
Fix the use of errno.h vs. sys/errno.h vs. extern int errno.
13 lines
330 B
Text
13 lines
330 B
Text
$NetBSD: patch-ax,v 1.1 2005/10/10 15:13:58 joerg Exp $
|
|
|
|
--- rplayd/sound.c.orig 2005-10-10 16:55:19.000000000 +0200
|
|
+++ rplayd/sound.c
|
|
@@ -28,7 +28,7 @@
|
|
#include <sys/uio.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/file.h>
|
|
-#include <sys/errno.h>
|
|
+#include <errno.h>
|
|
#include <sys/signal.h>
|
|
#include <sys/ioctl.h>
|
|
#ifdef ultrix
|