- Timestamp:
- 23/08/06 15:20:05 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/bbftpd_store.c
r1392 r1448 43 43 #include <signal.h> 44 44 #include <bbftpd_private_log.h> 45 #include <bbftpd_private_fork.h> 45 46 #include <sys/stat.h> 46 47 #if TIME_WITH_SYS_TIME … … 940 941 */ 941 942 flagsighup = 0 ; 942 if ( ( retcode = fork() ) == 0 ) {943 if ( ( retcode = bbftpd_fork() ) == 0 ) { 943 944 int ns ; 944 945 /*
Note: See TracChangeset
for help on using the changeset viewer.