Module Name:    src
Committed By:   christos
Date:           Thu Apr 28 11:38:41 UTC 2016

Modified Files:
        src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c

Log Message:
remove incorrect comment


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
    src/external/cddl/osnet/dist/lib/libdtrace/common/dt_open.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/dist/lib/libdtrace/common/dt_open.c
diff -u src/external/cddl/osnet/dist/lib/libdtrace/common/dt_open.c:1.11 src/external/cddl/osnet/dist/lib/libdtrace/common/dt_open.c:1.12
--- src/external/cddl/osnet/dist/lib/libdtrace/common/dt_open.c:1.11	Wed Apr 27 20:02:40 2016
+++ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_open.c	Thu Apr 28 07:38:41 2016
@@ -1041,7 +1041,6 @@ dt_bootfile(char *bootfile, size_t len)
 	char *p;
 	size_t olen = len;
 
-	/* This call shouldn't fail, but use a default just in case.*/
 	if (sysctlbyname(BOOTFILE, bootfile, &len, NULL, 0) != 0)
 		strlcpy(bootfile, DEFKERNEL, olen);
 

Reply via email to