Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150434480
D36477.id110253.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
478 B
Referenced Files
None
Subscribers
None
D36477.id110253.diff
View Options
diff --git a/sbin/veriexec/veriexec.c b/sbin/veriexec/veriexec.c
--- a/sbin/veriexec/veriexec.c
+++ b/sbin/veriexec/veriexec.c
@@ -53,7 +53,7 @@
veriexec_usage()
{
printf("%s",
- "Usage:\tveriexec [-h] [-i state] [-C] [-xv state|verbosity] [path]\n");
+ "Usage:\tveriexec [-h] [-i state] [-C path] [-xv state|verbosity] [path]\n");
return (0);
}
@@ -140,7 +140,7 @@
{
long long converted_int;
uint32_t state;
- char c;
+ int c;
int x;
if (argc < 2)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 5:07 AM (7 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30706153
Default Alt Text
D36477.id110253.diff (478 B)
Attached To
Mode
D36477: veriexec: fixed usage and getopt issue on armv6
Attached
Detach File
Event Timeline
Log In to Comment