X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/87282391316fa7e8c00b6e73604d26f22f64e105..ca67e7b465996afb3821d6a075c4dc6a7f0f5d52:/usr/src/include/arpa/ftp.h diff --git a/usr/src/include/arpa/ftp.h b/usr/src/include/arpa/ftp.h index 318bf4cce4..929d089922 100644 --- a/usr/src/include/arpa/ftp.h +++ b/usr/src/include/arpa/ftp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1983, 1989 Regents of the University of California. + * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted @@ -14,7 +14,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#)ftp.h 5.4 (Berkeley) %G% + * @(#)ftp.h 5.3 (Berkeley) 6/27/88 */ /* @@ -39,19 +39,12 @@ #define TYPE_I 3 /* image */ #define TYPE_L 4 /* local byte size */ -#ifdef FTP_NAMES -char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; -#endif - /* * Form codes */ #define FORM_N 1 /* non-print */ #define FORM_T 2 /* telnet format effectors */ #define FORM_C 3 /* carriage control (ASA) */ -#ifdef FTP_NAMES -char *formnames[] = {"0", "Nonprint", "Telnet", "Carriage-control" }; -#endif /* * Structure codes @@ -59,9 +52,6 @@ char *formnames[] = {"0", "Nonprint", "Telnet", "Carriage-control" }; #define STRU_F 1 /* file (no record structure) */ #define STRU_R 2 /* record structure */ #define STRU_P 3 /* page structure */ -#ifdef FTP_NAMES -char *strunames[] = {"0", "File", "Record", "Page" }; -#endif /* * Mode types @@ -69,9 +59,6 @@ char *strunames[] = {"0", "File", "Record", "Page" }; #define MODE_S 1 /* stream */ #define MODE_B 2 /* block */ #define MODE_C 3 /* compressed */ -#ifdef FTP_NAMES -char *modenames[] = {"0", "Stream", "Block", "Compressed" }; -#endif /* * Record Tokens