Module Name:    src
Committed By:   roy
Date:           Fri Feb  5 17:20:54 UTC 2016

Modified Files:
        src/external/bsd/librtld_db/dist: rtld_db.h

Log Message:
World+dog want to treat rdl_path as char, so make it so.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/librtld_db/dist/rtld_db.h

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

Modified files:

Index: src/external/bsd/librtld_db/dist/rtld_db.h
diff -u src/external/bsd/librtld_db/dist/rtld_db.h:1.1.1.1 src/external/bsd/librtld_db/dist/rtld_db.h:1.2
--- src/external/bsd/librtld_db/dist/rtld_db.h:1.1.1.1	Thu Sep 24 14:14:37 2015
+++ src/external/bsd/librtld_db/dist/rtld_db.h	Fri Feb  5 17:20:54 2016
@@ -73,7 +73,7 @@ typedef struct rd_loadobj {
 		/* XXX some types missing */
 		RDL_TYPE_UNKNOWN = 255
 	} rdl_type;
-	unsigned char	rdl_path[PATH_MAX];
+	char		rdl_path[PATH_MAX];
 } rd_loadobj_t;
 
 typedef enum {

Reply via email to