Mercurial > hg > xemacs-beta
comparison dynodump/dynodump.c @ 74:54cc21c15cbb r20-0b32
Import from CVS: tag r20-0b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:04:33 +0200 |
parents | 131b0175ea99 |
children |
comparison
equal
deleted
inserted
replaced
73:e2d7a37b7c8d | 74:54cc21c15cbb |
---|---|
71 * modification that occured during the applications execution. | 71 * modification that occured during the applications execution. |
72 * | 72 * |
73 * N.B. The above commentary is not quite correct in the flags have been hardwired | 73 * N.B. The above commentary is not quite correct in the flags have been hardwired |
74 * to RTLD_SAVREL. | 74 * to RTLD_SAVREL. |
75 */ | 75 */ |
76 #pragma ident "@(#) $Id: dynodump.c,v 1.1.1.1 1996/12/18 22:42:15 steve Exp $ - SMI" | 76 #pragma ident "@(#) $Id: dynodump.c,v 1.1.1.2 1996/12/21 20:44:43 steve Exp $ - SMI" |
77 | 77 |
78 #define __EXTENSIONS__ | |
78 #include <sys/param.h> | 79 #include <sys/param.h> |
79 #include <sys/procfs.h> | 80 #include <sys/procfs.h> |
80 #include <fcntl.h> | 81 #include <fcntl.h> |
81 #include <stdio.h> | 82 #include <stdio.h> |
82 #include <libelf.h> | 83 #include <libelf.h> |