diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /src/unexelf.c | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'src/unexelf.c')
| -rw-r--r-- | src/unexelf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/unexelf.c b/src/unexelf.c index ce773190d7e..d88b8ec37c0 100644 --- a/src/unexelf.c +++ b/src/unexelf.c | |||
| @@ -1284,6 +1284,3 @@ unexec (new_name, old_name, data_start, bss_start, entry_address) | |||
| 1284 | if (chmod (new_name, stat_buf.st_mode) == -1) | 1284 | if (chmod (new_name, stat_buf.st_mode) == -1) |
| 1285 | fatal ("Can't chmod (%s): errno %d\n", new_name, errno); | 1285 | fatal ("Can't chmod (%s): errno %d\n", new_name, errno); |
| 1286 | } | 1286 | } |
| 1287 | |||
| 1288 | /* arch-tag: e02e1512-95e2-4ef0-bba7-b6bce658f1e3 | ||
| 1289 | (do not change this comment) */ | ||