aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-01-28 21:40:03 +0000
committerGlenn Morris2007-01-28 21:40:03 +0000
commit1a012e8017dc33a26b5cb219a65fb07fd0058293 (patch)
treee9cdd52976b8fe183b953648d1f2527867de051a
parent98ef9fa49d97f2a24d905d22d67bf167fe15fc8a (diff)
downloademacs-1a012e8017dc33a26b5cb219a65fb07fd0058293.tar.gz
emacs-1a012e8017dc33a26b5cb219a65fb07fd0058293.zip
Revert previous change while we figure out if it was correct.
-rw-r--r--msdos/is_exec.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/msdos/is_exec.c b/msdos/is_exec.c
index 1c3a00daa01..4da0ec35c56 100644
--- a/msdos/is_exec.c
+++ b/msdos/is_exec.c
@@ -8,6 +8,11 @@
8 * two bytes of the file are tested for known signatures of executable 8 * two bytes of the file are tested for known signatures of executable
9 * files. 9 * files.
10 * 10 *
11 * Copyright (c) 1994 Eli Zaretskii <eliz@is.elta.co.il>
12 *
13 * This software may be used freely so long as this copyright notice is
14 * left intact. There is no warranty on this software.
15 *
11 */ 16 */
12 17
13#include <libc/stubs.h> 18#include <libc/stubs.h>