fix make clean and add make depend
[unix-history] / usr / src / lib / libcompat / 4.1 / strcmpn.c
index 03e104d..184a096 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)strcmpn.c       4.1 (Berkeley) %G% */
+/*
+ * 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[] = "@(#)strcmpn.c  4.2 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Compare strings (at most n bytes):  s1>s2: >0  s1==s2: 0  s1<s2: <0
  */
 /*
  * Compare strings (at most n bytes):  s1>s2: >0  s1==s2: 0  s1<s2: <0
  */