ports/audio/umix/files/patch-src_error.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
255 B
C

--- src/error.c.orig 2003-08-23 12:37:42 UTC
+++ src/error.c
@@ -54,7 +54,7 @@ static void error_handler(int strflag, c
fflush(stderr);
}
-int eioctl(int fd, int request, void *arg)
+int eioctl(int fd, unsigned long request, void *arg)
{
int n;