Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142565104
D17677.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
684 B
Referenced Files
None
Subscribers
None
D17677.diff
View Options
Index: head/stand/libsa/Makefile
===================================================================
--- head/stand/libsa/Makefile
+++ head/stand/libsa/Makefile
@@ -155,9 +155,9 @@
CFLAGS.bzipfs.c+= -I${SRCTOP}/contrib/bzip2
-# explicit_bzero
+# explicit_bzero and calculate_crc32c
.PATH: ${SYSDIR}/libkern
-SRCS+= explicit_bzero.c
+SRCS+= explicit_bzero.c crc32_libkern.c
# Maybe GELI
.if ${MK_LOADER_GELI} == "yes"
Index: head/stand/libsa/crc32_libkern.c
===================================================================
--- head/stand/libsa/crc32_libkern.c
+++ head/stand/libsa/crc32_libkern.c
@@ -0,0 +1,3 @@
+/* $FreeBSD$ */
+
+#include "../../sys/libkern/crc32.c"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 22, 1:50 AM (11 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27826332
Default Alt Text
D17677.diff (684 B)
Attached To
Mode
D17677: Fix stand/ build after r339671.
Attached
Detach File
Event Timeline
Log In to Comment