Changeset 978 for trunk/server/source3/smbd
- Timestamp:
- Sep 2, 2016, 11:44:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/smbd/server.c
r863 r978 21 21 along with this program. If not, see <http://www.gnu.org/licenses/>. 22 22 */ 23 24 #ifdef __OS2__25 #define INCL_DOSEXCEPTIONS26 #define INCL_DOSPROCESS27 #define INCL_DOSMODULEMGR28 #define INCL_LOADEXCEPTQ29 #define INCL_FORKEXCEPTQ30 #include "os2.h"31 #include "exceptq.h"32 #undef FILE_CREATE33 #undef FILE_OPEN34 #endif35 23 36 24 #include "includes.h" … … 956 944 NTSTATUS status; 957 945 958 #ifdef __OS2__959 EXCEPTIONREGISTRATIONRECORD ExRegRec;960 LoadExceptq(&ExRegRec, NULL, NULL);961 #endif962 946 /* 963 947 * Do this before any other talloc operation … … 1389 1373 exit_server_cleanly(NULL); 1390 1374 TALLOC_FREE(frame); 1391 #ifdef __OS2__1392 UninstallExceptq(&ExRegRec);1393 #endif1394 1375 return(0); 1395 1376 }
Note:
See TracChangeset
for help on using the changeset viewer.