home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Online / Samba / source / amiga_rcs / amiga_stack.c < prev    next >
Text File  |  2000-08-17  |  2KB  |  88 lines

  1. head    1.2;
  2. access;
  3. symbols
  4.     V1_15:1.2
  5.     V1_12:1.1
  6.     V1_11:1.1
  7.     V1_10:1.1
  8.     V1_9:1.1
  9.     V1_8:1.1
  10.     V1_7:1.1
  11.     V1_6:1.1
  12.     V1_5:1.1
  13.     V1_4:1.1
  14.     V1_3:1.1
  15.     V1_2:1.1
  16.     V1_1:1.1;
  17. locks
  18.     olsen:1.2; strict;
  19. comment    @ * @;
  20.  
  21.  
  22. 1.2
  23. date    2000.05.22.19.10.38;    author olsen;    state Exp;
  24. branches;
  25. next    1.1;
  26.  
  27. 1.1
  28. date    99.02.06.18.37.06;    author olsen;    state Exp;
  29. branches;
  30. next    ;
  31.  
  32.  
  33. desc
  34. @.
  35. @
  36.  
  37.  
  38. 1.2
  39. log
  40. @.
  41. @
  42. text
  43. @/*
  44.  * $Id: amiga_stack.c 1.1 1999/02/06 18:37:06 olsen Exp olsen $
  45.  *
  46.  * :ts=4
  47.  *
  48.  * AmigaOS wrapper routines for Samba 2.0.0, using the AmiTCP V4 API
  49.  * and the SAS/C V6.58 compiler.
  50.  *
  51.  * Copyright (C) 1999-2000 by Olaf `Olsen' Barthel <olsen@@sourcery.han.de>
  52.  *
  53.  * This program is free software; you can redistribute it and/or modify
  54.  * it under the terms of the GNU General Public License as published by
  55.  * the Free Software Foundation; either version 2 of the License, or
  56.  * (at your option) any later version.
  57.  * 
  58.  * This program is distributed in the hope that it will be useful,
  59.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  60.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  61.  * GNU General Public License for more details.
  62.  * 
  63.  * You should have received a copy of the GNU General Public License
  64.  * along with this program; if not, write to the Free Software
  65.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  66.  */
  67.  
  68. /******************************************************************************/
  69.  
  70. /* These definitions won't work unless they are stored
  71.  * in a data=near section. We can't do this in amiga.c
  72.  * (which uses data=faronly) which is why they are here.
  73.  */
  74. long __stack = 40000;
  75. long __STKNEED = 4000;
  76. @
  77.  
  78.  
  79. 1.1
  80. log
  81. @.
  82. @
  83. text
  84. @d9 1
  85. a9 1
  86.  * Copyright (C) 1999 by Olaf `Olsen' Barthel <olsen@@sourcery.han.de>
  87. @
  88.