Subversion Repositories Kolibri OS

Compare Revisions

Ignore whitespace Rev 6834 → Rev 6835

/programs/network/ftpc/ftpc.asm
86,8 → 86,8
;< none ;;
;;================================================================================================;;
; initialize heap for using dynamic blocks
mcall 68,11
test eax,eax
mcall 68, 11
test eax, eax
je exit2
; disable all events except network event
/programs/network/ftpd/ftpd.asm
1,6 → 1,6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2010-2013. All rights reserved. ;;
;; Copyright (C) KolibriOS team 2010-2017. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; ;;
;; ftpd.asm - FTP Daemon for KolibriOS ;;
68,7 → 68,7
include '../../proc32.inc'
include '../../dll.inc'
include '../../struct.inc'
include '../../libio.inc'
include '../../develop/libraries/libs-dev/libio/libio.inc'
 
include '../../network.inc'