diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 05:42:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 05:42:09 +0000 |
commit | 6ead4740715e74d84184e465e5c38225f5adb2f9 (patch) | |
tree | f3ea611ca11b17a4c6398af50d6aa9785e4b7ad5 /exec | |
parent | ff276cf0e9a94737b615fb304f1769000b8c2ac9 (diff) |
2002-01-01 Roland McGrath <roland@frob.com>
* execmutations.h (SERVERCOPY): New macro.
Diffstat (limited to 'exec')
-rw-r--r-- | exec/execmutations.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exec/execmutations.h b/exec/execmutations.h index 62ae5c55..96b47721 100644 --- a/exec/execmutations.h +++ b/exec/execmutations.h @@ -4,3 +4,5 @@ #define FILE_DESTRUCTOR trivfs_end_using_protid (trivfs_protid_t) #define EXEC_IMPORTS import "priv.h"; + +#define SERVERCOPY 1 |