mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
255 B
C
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;
|
|
|