diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-06-03 17:14:48 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-06-03 17:14:48 +0000 |
commit | b40d3bede60c8e040ee30c72d605a4950e1a8c8b (patch) | |
tree | 143c49667255b8af563c9715b7e19c88a032a997 /source/include/includes.h | |
parent | 65f82fb153ef8b007d3f800a6e398545907ae95c (diff) | |
download | samba-b40d3bede60c8e040ee30c72d605a4950e1a8c8b.tar.gz samba-b40d3bede60c8e040ee30c72d605a4950e1a8c8b.tar.xz samba-b40d3bede60c8e040ee30c72d605a4950e1a8c8b.zip |
includes.h: Added USE_SETSID for SGI.
nameelect.c: Added debug 0 comments so you know when you have become a master/domain master.
nameservreply.c:Stopped SELF names from being remotely released. This still needs work.
nmbsync.c: Added debug 0 comments so you know when a sync is being done.
Jeremy jallison@whistle.com
Diffstat (limited to 'source/include/includes.h')
-rw-r--r-- | source/include/includes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index 265e838be0d..7403fc4b641 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -341,6 +341,7 @@ char *getwd(char *); #define STATFS4 #define USE_WAITPID #define USE_DIRECT +#define USE_SETSID #endif #ifdef SGI5 @@ -358,6 +359,7 @@ char *getwd(char *); #define SIGNAL_CAST (void (*)()) #define USE_STATVFS #define USE_WAITPID +#define USE_SETSID #endif |