Author: ed
Date: Sun Aug 21 15:56:19 2016
New Revision: 304563
URL: https://svnweb.freebsd.org/changeset/base/304563

Log:
  Fix s/64/32/ conversion errors in the system call table.
  
  We should pull in the 32 bit headers when using this system call table.

Modified:
  head/sys/contrib/cloudabi/syscalls32.master

Modified: head/sys/contrib/cloudabi/syscalls32.master
==============================================================================
--- head/sys/contrib/cloudabi/syscalls32.master Sun Aug 21 15:45:12 2016        
(r304562)
+++ head/sys/contrib/cloudabi/syscalls32.master Sun Aug 21 15:56:19 2016        
(r304563)
@@ -30,9 +30,9 @@
 #include <sys/sysent.h>
 #include <sys/sysproto.h>
 
-#include <contrib/cloudabi/cloudabi64_types.h>
+#include <contrib/cloudabi/cloudabi32_types.h>
 
-#include <compat/cloudabi64/cloudabi64_proto.h>
+#include <compat/cloudabi32/cloudabi32_proto.h>
 
 0      AUE_NULL        STD     { cloudabi_timestamp_t \
                                        cloudabi_sys_clock_res_get( \
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to