summaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/uucico/protj.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/uucico/protj.c')
-rw-r--r--gnu/libexec/uucp/uucico/protj.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/uucico/protj.c b/gnu/libexec/uucp/uucico/protj.c
index 5717bb916dfb..e61b499f1c73 100644
--- a/gnu/libexec/uucp/uucico/protj.c
+++ b/gnu/libexec/uucp/uucico/protj.c
@@ -1,7 +1,7 @@
/* protj.c
The 'j' protocol.
- Copyright (C) 1992 Ian Lance Taylor
+ Copyright (C) 1992, 1994 Ian Lance Taylor
This file is part of the Taylor UUCP package.
@@ -20,19 +20,20 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
The author of the program may be contacted at ian@airs.com or
- c/o Infinity Development Systems, P.O. Box 520, Waltham, MA 02254.
+ c/o Cygnus Support, Building 200, 1 Kendall Square, Cambridge, MA 02139.
*/
#include "uucp.h"
#if USE_RCS_ID
-const char protj_rcsid[] = "$Id: protj.c,v 1.1 1993/08/05 18:27:14 conklin Exp $";
+const char protj_rcsid[] = "$Id: protj.c,v 1.2 1994/05/07 18:13:50 ache Exp $";
#endif
#include <ctype.h>
#include <errno.h>
#include "uudefs.h"
+#include "uuconf.h"
#include "conn.h"
#include "trans.h"
#include "system.h"