check ownership of .rhosts
[unix-history] / usr / src / lib / libmp / msqrt.c
index a954593..fdbb002 100644 (file)
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)msqrt.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <mp.h>
 msqrt(a,b,r) MINT *a,*b,*r;
 {      MINT x,junk,y;
 #include <mp.h>
 msqrt(a,b,r) MINT *a,*b,*r;
 {      MINT x,junk,y;