Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



Module Name:    src
Committed By:   manu
Date:           Mon Feb  3 13:20:21 UTC 2014

Modified Files:
        src/sys/compat/netbsd32: netbsd32_netbsd.c
        src/sys/uvm: uvm_swap.c uvm_swap.h

Log Message:
Properly translate struct swapent for COMPAT_NETBSD32

with these changes, I'm getting

/build/netbsd-local/src/sys/compat/netbsd32/netbsd32_netbsd.c: In function 
'netbsd32_swapctl_stats':
/build/netbsd-local/src/sys/compat/netbsd32/netbsd32_netbsd.c:1758:26: error: 
storage size of 'se32' isn't known
/build/netbsd-local/src/sys/compat/netbsd32/netbsd32_netbsd.c:1786:3: error: 
invalid use of undefined type 'struct netbsd32_swapent'
cc1: warnings being treated as errors
/build/netbsd-local/src/sys/compat/netbsd32/netbsd32_netbsd.c:1758:26: error: 
unused variable 'se32'

-------------------------------------------------------------------------
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:       |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com    |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index