(va_alist): Supply `int' as the type to define it as.

From-SVN: r2109
This commit is contained in:
Richard Stallman 1992-09-12 01:10:28 +00:00
parent d847e6a7b5
commit bb3facc561
1 changed files with 5 additions and 1 deletions

View File

@ -86,6 +86,10 @@ union wait;
#include "gstddef.h"
/* #include "sys/types.h" */
/* The actual types used here are mostly wrong,
but it is not supposed to matter what types we use here. */
typedef int dev_t;
typedef int pid_t;
typedef int gid_t;
@ -161,7 +165,7 @@ typedef int ushort;
typedef int ulong;
typedef int uint;
typedef va_list;
typedef int va_list;
typedef int archdr;
typedef int AUTH;