summaryrefslogtreecommitdiff
path: root/usr/src/cmd/bnu/uux.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/bnu/uux.c')
-rw-r--r--usr/src/cmd/bnu/uux.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/usr/src/cmd/bnu/uux.c b/usr/src/cmd/bnu/uux.c
index e2d8994044..28f1c6ff22 100644
--- a/usr/src/cmd/bnu/uux.c
+++ b/usr/src/cmd/bnu/uux.c
@@ -2,8 +2,9 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License (the "License").
- * You may not use this file except in compliance with the License.
+ * Common Development and Distribution License, Version 1.0 only
+ * (the "License"). You may not use this file except in compliance
+ * with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -19,7 +20,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -27,6 +28,8 @@
/* All Rights Reserved */
+#pragma ident "%Z%%M% %I% %E% SMI"
+
#include "uucp.h"
#define SHORTBUF 64
@@ -58,7 +61,6 @@ static int _Statop;
char Sgrade[NAMESIZE];
void cleanup();
static void usage();
-static void onintr();
/*
* uux
@@ -71,6 +73,7 @@ char *envp[];
{
char *jid();
FILE *fprx = NULL, *fpc = NULL, *fpd = NULL, *fp = NULL;
+ static void onintr();
int cfileUsed = 0; /* >0 if commands put in C. file flag */
int cflag = 0; /* if > 0 make local copy of files to be sent */
int nflag = 0; /* if != 0, do not request error notification */