diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-10-24 00:09:08 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-10-24 00:09:08 +0000 |
commit | 3af04f1580b2569c0a4f2549bf6352c7a25afa0d (patch) | |
tree | 7b553b271028de2dc434d6cd6135ad6af272e194 /source/lib/fault.c | |
parent | b8c397df87401d53315d472917802e47a9b11bef (diff) | |
download | samba-3af04f1580b2569c0a4f2549bf6352c7a25afa0d.tar.gz samba-3af04f1580b2569c0a4f2549bf6352c7a25afa0d.tar.xz samba-3af04f1580b2569c0a4f2549bf6352c7a25afa0d.zip |
- added support for TMPDIR env variable
- fixed fault.c for linux 2.1
- put back in the FIND_SELF failing code
- cleaned up casts in encryption
Diffstat (limited to 'source/lib/fault.c')
-rw-r--r-- | source/lib/fault.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/lib/fault.c b/source/lib/fault.c index 20c75f7876c..9bc2eca7e02 100644 --- a/source/lib/fault.c +++ b/source/lib/fault.c @@ -19,10 +19,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifdef LINUX -#define __KERNEL__ -#endif - #include "includes.h" extern int DEBUGLEVEL; |