]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/icp/algs/skein/skein_port.h
Update build system and packaging
[mirror_zfs.git] / module / icp / algs / skein / skein_port.h
index 1b0225236993e750191d8a9612eff65e10ef4d59..4fe268bb5a40998a4dbd7e43c992de278652640b 100644 (file)
@@ -16,7 +16,6 @@
 #define        _SKEIN_PORT_H_
 
 #include <sys/types.h> /* get integer type definitions */
-#include <sys/systm.h> /* for bcopy() */
 
 #ifndef        RotL_64
 #define        RotL_64(x, N)   (((x) << (N)) | ((x) >> (64 - (N))))