PERFORCE change 179063 for review
    Robert Watson 
    rwatson at FreeBSD.org
       
    Tue Jun  1 20:28:44 UTC 2010
    
    
  
http://p4web.freebsd.org/@@179063?ac=10
Change 179063 by rwatson at rwatson_cinnamon on 2010/06/01 20:27:48
	179048 removed an 'fd' to Obj_Entry that had been added in error,
	that field later became depended on, so re-add.
Affected files ...
.. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf/rtld.h#10 edit
Differences ...
==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf/rtld.h#10 (text+ko) ====
@@ -226,6 +226,7 @@
     struct link_map linkmap;	/* For GDB and dlinfo() */
     Objlist dldags;		/* Object belongs to these dlopened DAGs (%) */
     Objlist dagmembers;		/* DAG has these members (%) */
+    int fd;			/* Object's file descriptor */
     dev_t dev;			/* Object's filesystem's device */
     ino_t ino;			/* Object's inode number */
     void *priv;			/* Platform-dependant */
    
    
More information about the p4-projects
mailing list