summaryrefslogtreecommitdiff
path: root/usr.bin/ncftp
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ncftp')
-rw-r--r--usr.bin/ncftp/cmds.c6
-rw-r--r--usr.bin/ncftp/cmds.h6
-rw-r--r--usr.bin/ncftp/cmdtab.c6
-rw-r--r--usr.bin/ncftp/defaults.h6
-rw-r--r--usr.bin/ncftp/ftp.c6
-rw-r--r--usr.bin/ncftp/ftp.h6
-rw-r--r--usr.bin/ncftp/ftprc.c6
-rw-r--r--usr.bin/ncftp/ftprc.h6
-rw-r--r--usr.bin/ncftp/getpass.c6
-rw-r--r--usr.bin/ncftp/getpass.h6
-rw-r--r--usr.bin/ncftp/glob.c6
-rw-r--r--usr.bin/ncftp/glob.h6
-rw-r--r--usr.bin/ncftp/open.c6
-rw-r--r--usr.bin/ncftp/set.c6
-rw-r--r--usr.bin/ncftp/set.h6
-rw-r--r--usr.bin/ncftp/sys.h6
-rw-r--r--usr.bin/ncftp/tips.c6
-rw-r--r--usr.bin/ncftp/util.c8
-rw-r--r--usr.bin/ncftp/util.h6
19 files changed, 58 insertions, 58 deletions
diff --git a/usr.bin/ncftp/cmds.c b/usr.bin/ncftp/cmds.c
index 2b6972bfbc42..e7a80dc06756 100644
--- a/usr.bin/ncftp/cmds.c
+++ b/usr.bin/ncftp/cmds.c
@@ -1,8 +1,8 @@
/* cmds.c */
-/* $RCSfile: cmds.c,v $
- * $Revision: 1.1.1.1 $
- * $Date: 1994/09/22 23:45:33 $
+/* cmds.c,v
+ * 1.9
+ * 1995/05/30 06:32:40
*/
#include "sys.h"
diff --git a/usr.bin/ncftp/cmds.h b/usr.bin/ncftp/cmds.h
index 0f8bce0b65fe..2959e0b5842a 100644
--- a/usr.bin/ncftp/cmds.h
+++ b/usr.bin/ncftp/cmds.h
@@ -3,9 +3,9 @@
#ifndef _cmd_h_
#define _cmd_h_
-/* $RCSfile: cmds.h,v $
- * $Revision: 14020.11 $
- * $Date: 93/07/09 10:58:19 $
+/* cmds.h,v
+ * 1.5
+ * 1994/12/24 01:15:15
*/
/* Verbosity levels. */
diff --git a/usr.bin/ncftp/cmdtab.c b/usr.bin/ncftp/cmdtab.c
index 86d4a5fce9b7..8d7aa5f16e0b 100644
--- a/usr.bin/ncftp/cmdtab.c
+++ b/usr.bin/ncftp/cmdtab.c
@@ -1,8 +1,8 @@
/* cmdtab.c */
-/* $RCSfile: cmdtab.c,v $
- * $Revision: 14020.11 $
- * $Date: 93/07/09 11:04:56 $
+/* cmdtab.c,v
+ * 1.4
+ * 1994/12/24 01:15:16
*/
#include "sys.h"
diff --git a/usr.bin/ncftp/defaults.h b/usr.bin/ncftp/defaults.h
index 18331eafe728..2b4c20fc2cf9 100644
--- a/usr.bin/ncftp/defaults.h
+++ b/usr.bin/ncftp/defaults.h
@@ -7,9 +7,9 @@
#ifndef _DEFAULTS_H_
#define _DEFAULTS_H_
-/* $RCSfile: defaults.h,v $
- * $Revision: 14020.13 $
- * $Date: 93/07/09 10:58:27 $
+/* defaults.h,v
+ * 1.5
+ * 1995/04/16 14:26:14
*/
#ifndef NEWMAILMESSAGE /* For english speakers, "You have new mail." */
diff --git a/usr.bin/ncftp/ftp.c b/usr.bin/ncftp/ftp.c
index 2fdeffbaa412..f4d97d34e49f 100644
--- a/usr.bin/ncftp/ftp.c
+++ b/usr.bin/ncftp/ftp.c
@@ -1,8 +1,8 @@
/* ftp.c */
-/* $RCSfile: ftp.c,v $
- * $Revision: 14020.12 $
- * $Date: 93/07/09 11:30:28 $
+/* ftp.c,v
+ * 1.9
+ * 1995/05/30 06:32:41
*/
#include "sys.h"
diff --git a/usr.bin/ncftp/ftp.h b/usr.bin/ncftp/ftp.h
index d531723f257f..d5f994b31d45 100644
--- a/usr.bin/ncftp/ftp.h
+++ b/usr.bin/ncftp/ftp.h
@@ -3,9 +3,9 @@
#ifndef _ftp_h_
#define _ftp_h_
-/* $RCSfile: ftp.h,v $
- * $Revision: 14020.11 $
- * $Date: 93/07/09 11:04:12 $
+/* ftp.h,v
+ * 1.1.1.1
+ * 1994/09/22 23:45:34
*/
#define IS_FILE 1
diff --git a/usr.bin/ncftp/ftprc.c b/usr.bin/ncftp/ftprc.c
index 3fde1fd5aa64..ee5d5ef2941c 100644
--- a/usr.bin/ncftp/ftprc.c
+++ b/usr.bin/ncftp/ftprc.c
@@ -1,8 +1,8 @@
/* ftprc.c */
-/* $RCSfile: ftprc.c,v $
- * $Revision: 14020.11 $
- * $Date: 93/07/09 10:58:37 $
+/* ftprc.c,v
+ * 1.3
+ * 1995/05/30 06:32:42
*/
#include "sys.h"
diff --git a/usr.bin/ncftp/ftprc.h b/usr.bin/ncftp/ftprc.h
index eed0217ea721..8986d98899b5 100644
--- a/usr.bin/ncftp/ftprc.h
+++ b/usr.bin/ncftp/ftprc.h
@@ -3,9 +3,9 @@
#ifndef _ftprc_h_
#define _ftprc_h_
-/* $RCSfile: ftprc.h,v $
- * $Revision: 14020.11 $
- * $Date: 93/05/21 05:45:31 $
+/* ftprc.h,v
+ * 1.2
+ * 1994/09/28 14:53:09
*/
#define NETRC "netrc"
diff --git a/usr.bin/ncftp/getpass.c b/usr.bin/ncftp/getpass.c
index 01e203d3032e..aa5cff156dc8 100644
--- a/usr.bin/ncftp/getpass.c
+++ b/usr.bin/ncftp/getpass.c
@@ -1,8 +1,8 @@
/* Getpass.c */
-/* $RCSfile: getpass.c,v $
- * $Revision: 14020.11 $
- * $Date: 93/05/21 05:44:36 $
+/* getpass.c,v
+ * 1.2
+ * 1995/05/30 06:32:43
*/
#include "sys.h"
diff --git a/usr.bin/ncftp/getpass.h b/usr.bin/ncftp/getpass.h
index c8d358c012bf..aca74dc47ef6 100644
--- a/usr.bin/ncftp/getpass.h
+++ b/usr.bin/ncftp/getpass.h
@@ -3,9 +3,9 @@
#ifndef _getpass_h_
#define _getpass_h_
-/* $RCSfile: getpass.h,v $
- * $Revision: 14020.11 $
- * $Date: 93/05/21 05:45:36 $
+/* getpass.h,v
+ * 1.1.1.1
+ * 1994/09/22 23:45:35
*/
#define kMaxPassLen 127
diff --git a/usr.bin/ncftp/glob.c b/usr.bin/ncftp/glob.c
index b0f31d13d096..69e5b2086630 100644
--- a/usr.bin/ncftp/glob.c
+++ b/usr.bin/ncftp/glob.c
@@ -1,8 +1,8 @@
/* glob.c */
-/* $RCSfile: glob.c,v $
- * $Revision: 14020.11 $
- * $Date: 93/05/21 05:44:32 $
+/* glob.c,v
+ * 1.1.1.1
+ * 1994/09/22 23:45:35
*/
#include "sys.h"
diff --git a/usr.bin/ncftp/glob.h b/usr.bin/ncftp/glob.h
index 4f35e7c91119..0450b8d13949 100644
--- a/usr.bin/ncftp/glob.h
+++ b/usr.bin/ncftp/glob.h
@@ -3,9 +3,9 @@
#ifndef _glob_h_
#define _glob_h_ 1
-/* $RCSfile: glob.h,v $
- * $Revision: 14020.11 $
- * $Date: 93/05/21 05:45:32 $
+/* glob.h,v
+ * 1.1.1.1
+ * 1994/09/22 23:45:35
*/
char **glob(char *v);
diff --git a/usr.bin/ncftp/open.c b/usr.bin/ncftp/open.c
index 5836da6848d4..69733cbf0326 100644
--- a/usr.bin/ncftp/open.c
+++ b/usr.bin/ncftp/open.c
@@ -1,8 +1,8 @@
/* open.c */
-/* $RCSfile: open.c,v $
- * $Revision: 1.1 $
- * $Date: 93/07/09 11:27:07 $
+/* open.c,v
+ * 1.5
+ * 1995/05/30 06:32:44
*/
#include "sys.h"
diff --git a/usr.bin/ncftp/set.c b/usr.bin/ncftp/set.c
index 9ce8786b3ada..44549cf6c741 100644
--- a/usr.bin/ncftp/set.c
+++ b/usr.bin/ncftp/set.c
@@ -1,8 +1,8 @@
/* Set.c */
-/* $RCSfile: set.c,v $
- * $Revision: 14020.12 $
- * $Date: 93/07/09 11:45:48 $
+/* set.c,v
+ * 1.2
+ * 1995/05/30 06:32:48
*/
#include "sys.h"
diff --git a/usr.bin/ncftp/set.h b/usr.bin/ncftp/set.h
index 92f7125f1864..94e67c1ead84 100644
--- a/usr.bin/ncftp/set.h
+++ b/usr.bin/ncftp/set.h
@@ -3,9 +3,9 @@
#ifndef _set_h_
#define _set_h_
-/* $RCSfile: set.h,v $
- * $Revision: 14020.11 $
- * $Date: 93/06/26 06:21:32 $
+/* set.h,v
+ * 1.1.1.1
+ * 1994/09/22 23:45:36
*/
/* Variable types. */
diff --git a/usr.bin/ncftp/sys.h b/usr.bin/ncftp/sys.h
index d009caa050ba..b8a5fad21796 100644
--- a/usr.bin/ncftp/sys.h
+++ b/usr.bin/ncftp/sys.h
@@ -2,9 +2,9 @@
* See the README for details.
*/
-/* $RCSfile: sys.h,v $
- * $Revision: 14020.13 $
- * $Date: 93/06/21 06:42:11 $
+/* sys.h,v
+ * 1.8
+ * 1995/05/30 06:32:49
*/
diff --git a/usr.bin/ncftp/tips.c b/usr.bin/ncftp/tips.c
index bdd0cd59d834..86b757845f5a 100644
--- a/usr.bin/ncftp/tips.c
+++ b/usr.bin/ncftp/tips.c
@@ -1,8 +1,8 @@
/* tips.c */
-/* $RCSfile: tips.c,v $
- * $Revision: 14020.11 $
- * $Date: 93/05/21 05:44:39 $
+/* tips.c,v
+ * 1.2
+ * 1995/05/30 06:32:50
*/
#include "sys.h"
diff --git a/usr.bin/ncftp/util.c b/usr.bin/ncftp/util.c
index f8dfd5da2b26..85eec9a44ae9 100644
--- a/usr.bin/ncftp/util.c
+++ b/usr.bin/ncftp/util.c
@@ -1,8 +1,8 @@
/* Util.c */
-/* $RCSfile: util.c,v $
- * $Revision: 14020.13 $
- * $Date: 93/05/23 09:38:13 $
+/* util.c,v
+ * 1.2
+ * 1995/05/30 06:32:51
*/
#include "sys.h"
@@ -879,7 +879,7 @@ aa: cp = LocalPath(path);
#ifdef NO_STRSTR
/*
- * The Elm Mail System - $Revision: 5.1 $ $State: Exp $
+ * The Elm Mail System - 1.2 Exp
*
* Copyright (c) 1988-1992 USENET Community Trust
* Copyright (c) 1986,1987 Dave Taylor
diff --git a/usr.bin/ncftp/util.h b/usr.bin/ncftp/util.h
index 64babbfcaa1c..a4dd045dc419 100644
--- a/usr.bin/ncftp/util.h
+++ b/usr.bin/ncftp/util.h
@@ -3,9 +3,9 @@
#ifndef _util_h_
#define _util_h_
-/* $RCSfile: util.h,v $
- * $Revision: 14020.12 $
- * $Date: 93/07/09 11:32:49 $
+/* util.h,v
+ * 1.1.1.1
+ * 1994/09/22 23:45:36
*/
typedef char string[128], str32[32], longstring[512];