Mercurial > hg > xemacs-beta
comparison dynodump/dynodump.c @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 25f70ba0133c |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
172:a38aed19690b | 173:8eaf7971accc |
---|---|
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.3 1997/05/29 04:22:30 steve Exp $ - SMI" | 76 #pragma ident "@(#) $Id: dynodump.c,v 1.4 1997/07/13 22:40:53 steve Exp $ - SMI" |
77 | |
78 #define __EXTENSIONS__ 1 | |
77 | 79 |
78 #include <sys/param.h> | 80 #include <sys/param.h> |
79 #include <sys/procfs.h> | 81 #include <sys/procfs.h> |
80 #include <fcntl.h> | 82 #include <fcntl.h> |
81 #include <stdio.h> | 83 #include <stdio.h> |