Changeset 1392 for TI05-delivery/trunk
- Timestamp:
- 14/08/06 13:57:45 (14 years ago)
- Location:
- TI05-delivery/trunk/src
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/trunk/src/bbftp-client-3.2.0/bbftpc/bbftp_private_user.c
r1289 r1392 29 29 #include <stdio.h> 30 30 #include <stdlib.h> 31 #if HAVE_STRING_H 32 # include <string.h> 33 #endif 31 34 32 35 #include <bbftp_private_user.h> -
TI05-delivery/trunk/src/bbftp-client-3.2.0/bbftpc/bbftp_utils.c
r1265 r1392 35 35 #include <stdarg.h> 36 36 #include <stdio.h> 37 #if HAVE_STRING_H 38 # include <string.h> 39 #endif 40 #include <stdlib.h> 37 41 38 42 #include <bbftp.h> -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/bbftpd_check.c
r1358 r1392 34 34 #include <bbftpd.h> 35 35 36 #include <stdlib.h> 37 36 38 #include <errno.h> 37 39 -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/bbftpd_login.c
r1358 r1392 49 49 #include <bbftpd.h> 50 50 51 #include <stdio.h> 52 51 53 /*#ifndef SX*/ 52 54 #ifdef HAVE_CRYPT_H -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/bbftpd_message.c
r1358 r1392 44 44 *****************************************************************************/ 45 45 #include <bbftpd.h> 46 47 #include <stdlib.h> 46 48 47 49 #include <errno.h> -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/bbftpd_private.c
r1390 r1392 27 27 28 28 *****************************************************************************/ 29 30 #include <bbftpd.h> 31 #if HAVE_STRING_H 32 # include <string.h> 33 #endif 34 29 35 #include <errno.h> 30 36 #include <netinet/in.h> -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/bbftpd_retr.c
r1390 r1392 33 33 *****************************************************************************/ 34 34 #include <bbftpd.h> 35 36 #include <stdio.h> 35 37 36 38 #include <stdlib.h> -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/bbftpd_signals.c
r1358 r1392 34 34 *****************************************************************************/ 35 35 #include <bbftpd.h> 36 37 #include <stdio.h> 36 38 37 39 #include <errno.h> -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/bbftpd_socket.c
r1389 r1392 30 30 #include <bbftpd.h> 31 31 32 #include <stdio.h> 33 32 34 #include <errno.h> 33 35 #include <fcntl.h> -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/bbftpd_store.c
r1390 r1392 34 34 *****************************************************************************/ 35 35 #include <bbftpd.h> 36 37 #include <stdio.h> 36 38 37 39 #include <stdlib.h> -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/bbftpd_utils.c
r773 r1392 32 32 *****************************************************************************/ 33 33 #include <stdio.h> 34 #if HAVE_STRING_H 35 # include <string.h> 36 #endif 34 37 35 38 extern char *curfilename ; -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/createreceivesock.c
r1358 r1392 50 50 *****************************************************************************/ 51 51 #include <bbftpd.h> 52 53 #include <stdio.h> 52 54 53 55 #include <errno.h> -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/ndg.c
r1390 r1392 15 15 #include <ndg.h> 16 16 #include <stdlib.h> 17 #if HAVE_STRING_H 18 # include <string.h> 19 #endif 17 20 18 21 /** -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/sendafile.c
r1358 r1392 60 60 61 61 *****************************************************************************/ 62 63 #include <bbftpd.h> 64 #if HAVE_STRING_H 65 # include <string.h> 66 #endif 67 #include <stdlib.h> 68 62 69 #include <errno.h> 63 70 #include <fcntl.h> -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/signals_routines.c
r1358 r1392 31 31 *****************************************************************************/ 32 32 #include <bbftpd.h> 33 34 #include <stdio.h> 33 35 34 36 #include <errno.h> -
TI05-delivery/trunk/src/bbftp-server-3.2.0/bbftpd/storeafile.c
r1358 r1392 59 59 60 60 *****************************************************************************/ 61 62 #include <bbftpd.h> 63 64 #if HAVE_STRING_H 65 # include <string.h> 66 #endif 67 #include <stdlib.h> 68 61 69 #include <errno.h> 62 70 #include <fcntl.h>
Note: See TracChangeset
for help on using the changeset viewer.