aboutsummaryrefslogtreecommitdiff
path: root/packages/vms/config-vms.h
diff options
context:
space:
mode:
Diffstat (limited to 'packages/vms/config-vms.h')
-rw-r--r--packages/vms/config-vms.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h
index 19c72ac64..aacd3b0c3 100644
--- a/packages/vms/config-vms.h
+++ b/packages/vms/config-vms.h
@@ -321,8 +321,8 @@
/* Define to the type of arg 1 for recvfrom. */
#define RECVFROM_TYPE_ARG1 int
-/* Define to the type of arg 2 for recvfrom. */
-#define RECVFROM_TYPE_ARG2 void *
+/* Define to the type pointed by arg 2 for recvfrom. */
+#define RECVFROM_TYPE_ARG2 void
/* Define to the type of arg 3 for recvfrom. */
#define RECVFROM_TYPE_ARG3 int
@@ -330,11 +330,11 @@
/* Define to the type of arg 4 for recvfrom. */
#define RECVFROM_TYPE_ARG4 int
-/* Define to the type of arg 5 for recvfrom. */
-#define RECVFROM_TYPE_ARG5 struct sockaddr *
+/* Define to the type pointed by arg 5 for recvfrom. */
+#define RECVFROM_TYPE_ARG5 struct sockaddr
-/* Define to the type of arg 6 for recvfrom. */
-#define RECVFROM_TYPE_ARG6 int *
+/* Define to the type pointed by arg 6 for recvfrom. */
+#define RECVFROM_TYPE_ARG6 int
/* Define to the function return type for recvfrom. */
#define RECVFROM_TYPE_RETV int