Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145544394
D31719.1778160273.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D31719.1778160273.diff
View Options
Index: lib/libbe/be.c
===================================================================
--- lib/libbe/be.c
+++ lib/libbe/be.c
@@ -1131,7 +1131,7 @@
static int
be_create_child_cloned(libbe_handle_t *lbh, const char *active)
{
- char buf[BE_MAXPATHLEN], tmp[BE_MAXPATHLEN];;
+ char buf[BE_MAXPATHLEN], tmp[BE_MAXPATHLEN];
zfs_handle_t *zfs;
int err;
Index: lib/libfetch/common.c
===================================================================
--- lib/libfetch/common.c
+++ lib/libfetch/common.c
@@ -1388,7 +1388,7 @@
}
timersub(&timeout, &now, &delta);
deltams = delta.tv_sec * 1000 +
- delta.tv_usec / 1000;;
+ delta.tv_usec / 1000;
}
errno = 0;
pfd.revents = 0;
Index: lib/libvgl/main.c
===================================================================
--- lib/libvgl/main.c
+++ lib/libvgl/main.c
@@ -93,7 +93,7 @@
if (VGLOldModeInfo.vi_flags & V_INFO_GRAPHICS) {
size[0] = VGLOldVInfo.mv_csz;
size[1] = VGLOldVInfo.mv_rsz;
- size[2] = VGLOldVInfo.font_size;;
+ size[2] = VGLOldVInfo.font_size;
ioctl(0, KDRASTER, size);
}
if (VGLModeInfo.vi_mem_model != V_INFO_MM_DIRECT)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 7, 1:24 PM (1 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28590699
Default Alt Text
D31719.1778160273.diff (1 KB)
Attached To
Mode
D31719: lib: Nuke double-semicolons
Attached
Detach File
Event Timeline
Log In to Comment