mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
324 B
C
12 lines
324 B
C
--- src/error.h.orig 2002-12-22 15:18:57 UTC
|
|
+++ src/error.h
|
|
@@ -24,7 +24,7 @@
|
|
#ifndef MY_ERROR_H
|
|
#define MY_ERROR_H
|
|
|
|
-int eioctl(int fd, int request, void *arg);
|
|
+int eioctl(int fd, unsigned long request, void *arg);
|
|
void *emalloc(size_t size);
|
|
void *erealloc(void *ptr, size_t size);
|
|
char *estrdup(const char *str);
|