BSD 4_4 release
[unix-history] / usr / src / usr.bin / diff / diff / diffreg.c
index fc49f6e..2dd37a8 100644 (file)
@@ -1,4 +1,15 @@
-static char sccsid[] = "@(#)diffreg.c 4.21 4/6/90";
+/*-
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
+ *
+ * This module is believed to contain source code proprietary to AT&T.
+ * Use and redistribution is subject to the Berkeley Software License
+ * Agreement and your Software Agreement with AT&T (Western Electric).
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)diffreg.c  8.1 (Berkeley) 6/6/93";
+#endif /* not lint */
 
 #include "diff.h"
 #include "pathnames.h"
 
 #include "diff.h"
 #include "pathnames.h"
@@ -263,7 +274,7 @@ same:
        done();
 }
 
        done();
 }
 
-char *tempfile = _PATH_TMP;
+char tempfile[] = _PATH_TMP;
 
 char *
 copytemp()
 
 char *
 copytemp()