last-minute corrections
[unix-history] / usr / src / lib / libc / gen / getcwd.c
index 676af79..3e2c41f 100644 (file)
@@ -1,4 +1,12 @@
-/*     @(#)getcwd.c    4.10    (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.
+ */
+
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)getcwd.c   5.2 (Berkeley) %G%";
+#endif LIBC_SCCS and not lint
 
 /*
  * getwd() returns the pathname of the current working directory. On error
 
 /*
  * getwd() returns the pathname of the current working directory. On error